Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    }
    
    print "f($_) = ", f( $_ ) for -4 .. 36;
    
  2. or download this
    unsigned int f( unsigned int a ) {
      unsigned int i, term, sum;
    ...
      }
      return i;
    }