Content deleted Content added
Granted288 (talk | contribs) |
There was an incorrect step taken in the examples section, specifically in the second example |
||
Line 120:
|}
Input: {{nowrap|sin ( max ( 2, 3 ) ÷ 3 × {{pi}} )}}<!-- While the result is right, the steps taken are wrong. If the equation was, for instance, sin(max(-2, 3)÷3*π), the result in RPN would be 2 3 (-) max 3 ÷ π * sin. (Assuming (-) is the negation function). Generally, any time you put in a function without a left parenthesis inside a multivariable function, ignoring the comma will result in a wrong answer. -->
:{| class="wikitable"
|