Tagged Questions
2
votes
8answers
624 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 ...
0
votes
4answers
166 views
Rounding error in C++ [closed]
Possible Duplicate:
Why can't decimal numbers be represented exactly in binary?
Language c++
I'm declaring an array and i save numbers (type double) in it. Then i start comparing the ...