Help for this page

Select Code to Download


  1. or download this
    {
       $a = 2**59;        # Saved as a limited precision float.
    ...
       print($b-$a, $/);  # Prints "1".
    }