Help for this page
my $nz= -0.0; printf "%f\n", $nz; # Will print "-0.00000" on some platforms printf "%f\n", "$nz"; # Should give "0.00000"
-0.000000 -0.000000
#!/usr/bin/perl -w use strict; ... -0.000000 -0.000000 0.000000