in reply to Re^4: How to use the int-function?
in thread How to use the int-function?
Why is your application so sensitive to this change? There are ways to handle it, but this is a consequence of the real hardware you are working with. Depending on your application, you could do all your math with integers, use Math::BigFloat, use Math::BigRat, or tweak your algorithm/order of operations.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: How to use the int-function?
by Anonymous Monk on Jan 03, 2011 at 16:25 UTC |