Help for this page

Select Code to Download


  1. or download this
    #! /usr/local/bin/perl
    
    ...
    9/5
    19/10
    Stop: x=2
    
  2. or download this
    my $x = Math::BigRat->new(1);
    
    ...
      $x += $delta;
      print "$x\n";
    }