in reply to Re^3: Windows / Linux puzzler
in thread Windows / Linux puzzler
I think Veltro's point is likely irrelevant if both the Windows perl and Linux perl report the same value for $Config{nvsize}.
In at least some verisons of Perl, creating a float from a string is done by the underlying C library, and MS's library is known to not be as good as a gcc's.
Image showing the output varies by compiler
I didn't include nvsize in the screenshot, but both builds use IEEE double-precision floats.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Windows / Linux puzzler
by syphilis (Archbishop) on Mar 26, 2020 at 02:25 UTC | |
by ikegami (Patriarch) on Mar 26, 2020 at 21:36 UTC | |
by syphilis (Archbishop) on Mar 26, 2020 at 23:33 UTC | |
by ikegami (Patriarch) on Mar 27, 2020 at 01:46 UTC | |
by syphilis (Archbishop) on Mar 27, 2020 at 07:11 UTC |