in reply to Re: Avoiding perl's Atof when assigning floating point values
in thread Avoiding perl's Atof when assigning floating point values

is there any reason why P5P couldn't adopt this?

I think the main concern would be the gcc bugs (such as the Windows ones I previously mentioned) that might thereby be exposed.
And they'll likely point out that one can always assign using Perl_strtod via the POSIX module with POSIX::strtod() or POSIX::strtold().

Couple that with their disinterest in the matter (as clearly demonstrated by the lack of replies to my attempted conversation starter) and I think I'd have to present a much stronger case before anything was done.

Cheers,
Rob
  • Comment on Re^2: Avoiding perl's Atof when assigning floating point values