http://www.perlmonks.org?node_id=996622


in reply to Re^2: Using (s)printf()
in thread Using (s)printf()

Any changes in rounding algorithm?

Nope, see Is this odd behavior a floating point problem?

Replies are listed 'Best First'.
Re^4: Using (s)printf()
by Anonymous Monk on Oct 03, 2012 at 06:14 UTC

    It looks like there is a problem with numeric.c: Perl_grok_number (Perl's own string-to-number conversion).

    Perl bugs tickets #115092, #41202