Parsing/RPN calculator algorithm: Difference between revisions

m
use a larger font for the expression.
(Added F# version)
m (use a larger font for the expression.)
Line 5:
 
 
*   Assume an input of a correct, space separated, string of tokens of an RPN expression
* &nbsp; Test with the RPN expression generated from the &nbsp; [[Parsing/Shunting-yard algorithm]] &nbsp; task: <br>
&nbsp; &nbsp; &nbsp; &nbsp; <big><big><code> 3 4 2 * 1 5 - 2 3 ^ ^ / + </code></big></big>
* &nbsp; printPrint or display the output here.