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


in reply to Re^5: test fails on 64bit uselongdouble Perl
in thread test fails on 64bit uselongdouble Perl

$ perl -e'printf "%.0f\n", $_ for 5.4999999999, 5.5' 5 6

I don't get what's the problem with the above. The output is what I would expect.