Help for this page

Select Code to Download


  1. or download this
    {
       local $#; 
       ... do some stuff
    }
    
  2. or download this
    $x = "0.";  $x = 0+ $x;  print $x;
  3. or download this
    $x = "0."; printf "%.15e", $x