Help for this page

Select Code to Download


  1. or download this
    P:\test>423305 "max( a, b, c, d ) * atan( pi*4, -1 )"
    a, b, c, d, 4, max, pi, 4, *, -1, 2, atan, *
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    print join', ',  parseExp $ARGV[ 0 ];
    
    __END__