Arithmetic evaluation: Difference between revisions

add RPL
m (→‎{{header|Tailspin}}: Add required type bound for matcher)
(add RPL)
Line 5,531:
<pre>
answer──► 1
</pre>
 
=={{header|RPL}}==
Algebraic evaluation, which includes arithmetical operations as well as various monadic functions (SIN, LN...) is a basic RPL feature.
'1 + 2*(3 + (4*5 + 6*7*8) - 9)/10' EVAL
{{out}}
<pre>
1: 71
</pre>
 
1,150

edits