Hi guys,
Does anyone know a simple Java arithemetic library? I am writing a program where i do really basic stuff like multiplying every value in a list of Integers with some factor, then the same for a list of BigDecimals. Summing over listst etc.
I find myself writing generic methods and methods for summing over objects of type Number. This must have been done a thousand times by a thousand other people.

