in reply to Re^3: Determining the minimum representable increment/decrement possible? (Perl's scanf broken?)
in thread Determining the minimum representable increment/decrement possible?
Sadly, no-one seems interested in fixing this - though I think that's because of the degree of difficulty rather than actual "disinterest".
I'm somewhat confused by that. Why not use the underlying CRTs sscanf() or strtod()?
one solution is to assign using POSIX::strtod
That's very useful! Thankyou.
I'd rather put my faith in the mpfr library.
For the most part, I'm only really using Perl as an interactive calculator for exploring the issues; the actual code is C++; and I'm doing some optimisations in x64 assembler.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Determining the minimum representable increment/decrement possible? (Perl's scanf broken?)
by syphilis (Archbishop) on Jun 17, 2016 at 15:22 UTC | |
by BrowserUk (Patriarch) on Jun 17, 2016 at 16:04 UTC | |
by syphilis (Archbishop) on Jun 18, 2016 at 00:50 UTC | |
by syphilis (Archbishop) on Jun 28, 2016 at 02:10 UTC | |
by ikegami (Patriarch) on Jun 19, 2016 at 04:36 UTC | |
Re^5: Determining the minimum representable increment/decrement possible? (Perl's scanf broken?)
by ikegami (Patriarch) on Jun 19, 2016 at 04:45 UTC |