Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Generic RPN Translator available?

by BrowserUk (Patriarch)
on Jan 20, 2005 at 22:33 UTC ( [id://423817]=note: print w/replies, xml ) Need Help??

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__
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://423817]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-19 20:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found