in reply to Re^2: Largest integer in 64-bit perl
in thread Largest integer in 64-bit perl
Is a whole number at the extreme of a mantissa's precision really converted to 64 bit integer if incremented?
My results from binary search indicated otherwise. This might also depend on the type of operation.
Plus might do, mult might stick with float.
Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Largest integer in 64-bit perl
by ikegami (Patriarch) on May 27, 2025 at 12:53 UTC | |
by syphilis (Archbishop) on May 27, 2025 at 14:24 UTC | |
by ikegami (Patriarch) on May 27, 2025 at 20:04 UTC | |
by cavac (Prior) on Jun 02, 2025 at 14:49 UTC | |
by ikegami (Patriarch) on Jun 02, 2025 at 15:44 UTC |