Help for this page

Select Code to Download


  1. or download this
      $_ = FormatSigFigs($_,8);
      my $clem = sprintf("%08g", $_);
      print "$clem\n";