in reply to Decimal precision issue: Windows vs. Unix
If they aren't exactly the same machine, I'd say that's likely a hardware issue: You're dealing with the limits of the precision of the machine, and how the processor rounds numbers when it can't give the exact value.
If you need to work with numbers like this, take good look at Math::BigInt.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Decimal precision issue: Windows vs. Unix
by ikegami (Patriarch) on Jan 09, 2009 at 21:54 UTC |