in reply to Re^4: Largest integer in 64-bit perl
in thread Largest integer in 64-bit perl
But on a perl where ivsize=8 and nvtype is 'double' and you get:D:\>perl -e "print 'wtf' unless ~0 < (~0) + 1;" D:\>
Now that particular configuration (ivsize==8 and nvtype is 'double') is the only perl configuration that produces that nonsense - and yet it's the most commonly used configuration !!D:\>perl -e "print 'wtf' unless ~0 < (~0) + 1;" wtf D:\>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Largest integer in 64-bit perl
by LanX (Saint) on May 30, 2025 at 01:21 UTC | |
by syphilis (Archbishop) on May 30, 2025 at 11:16 UTC | |
by LanX (Saint) on May 30, 2025 at 13:49 UTC | |
by syphilis (Archbishop) on Jun 02, 2025 at 09:35 UTC | |
by LanX (Saint) on Jun 02, 2025 at 10:14 UTC | |
by NERDVANA (Priest) on May 30, 2025 at 18:07 UTC | |
by hippo (Archbishop) on May 30, 2025 at 18:58 UTC | |
by LanX (Saint) on May 30, 2025 at 19:58 UTC |