Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^4: Generic RPN Translator available?

by BrowserUk (Patriarch)
on Jan 21, 2005 at 06:15 UTC ( [id://423889]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    P:\test>423305 -XLATE
    1+2+3
    ...
    
    Func_1( 1, Func_2( Func3( 1* 2 * 3) * aFunc( 3 ) )+FuNc(4,5,6), -2,e, 
    +-10, -2e-10 ) +1
             1, 1, 2, MULT, 3, MULT, Func3, 3, aFunc, MULT, Func_2, 4, 5, 
    +6, 3, FuNc, ADD, -2, e, -10, -2e-10, 6, Func_1, 1, ADD
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    5^((-2e-3+x)*sin(p+4.0)/fred)
    sin(a) + sin(ab) + sin( a, b )
    Func_1( 1, Func_2( Func3( 1* 2 * 3) * aFunc( 3 ) )+FuNc(4,5,6), -2,e, 
    +-10, -2e-10 ) +1
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-16 06:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found