in reply to Re: Behaviour of int() unexpected
in thread Behaviour of int() unexpected
64-bit precision long double
I checked again, just to make sure:
C:\usr\local\share\github\notepad-plus-plus>perl -V:nvtype nvtype='double'; C:\usr\local\share\github\notepad-plus-plus>perl -V:nvsize nvsize='8';
Double is the 64 bit (8 byte) precision.
"Long double" doesn't seem to have much consistentency in the WP article (80, 96, or 128 bits) (update: though re-reading, I now see that GNU C seems to have chosen 80bit, so that's what I'm now guessing your nvsize will show). I don't have access to a perl with nvtype='long double', so could you double-check the nvsize on your "long double" version?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Behaviour of int() unexpected
by syphilis (Archbishop) on Mar 11, 2025 at 03:02 UTC |