in reply to
Re: Re: Bug? 1+1 != 2
in thread
Bug? 1+1 != 2
The internal decision about how Perl "stringifies" floats are quite well described in
perlnumber
; if you need different conversions, you have to resort to
printf
and explicit rounding.
Comment on
Re: Re: Re: Bug? 1+1 != 2
Download
Code
In Section
Seekers of Perl Wisdom