Help for this page

Select Code to Download


  1. or download this
     
    use v5.12;
    use warnings;
    ...
    printf "%.16f\n",$a;
    printf "%.16f\n",("".$a);
    
  2. or download this
    0.9999999999999999
    1.0000000000000000