Tagged Questions
2
votes
8answers
623 views
How to handle multiplication of numbers close to 1
I have a bunch of floating point numbers (Java doubles), most of which are very close to 1, and I need to multiply them together as part of a larger calculation. I need to do this a lot.
The problem ...