Browse Source

Update rpncalc.en.md

content-update
Christopher Fremond 5 years ago committed by GitHub
parent
commit
0aa03e2011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/rpncalc.en.md

2
subjects/rpncalc.en.md

@ -23,7 +23,7 @@ All the given operands must fit in a `int`.
Examples of formulas converted in RPN:
3 + 4 >> 3 4 +
((1 _ 2) _ 3) - 4 >> 1 2 _ 3 _ 4 - ou 3 1 2 \* _ 4 -
((1 _ 2) _ 3) - 4 >> 1 2 _ 3 _ 4 - or 3 1 2 \* _ 4 -
50 _ (5 - (10 / 9)) >> 5 10 9 / - 50 \*
Here is how to evaluate a formula in RPN:

Loading…
Cancel
Save