Calculator input methods: Difference between revisions

Content deleted Content added
rename chapters - I don't think arithmetic logic was ever realy used.
Line 27:
 
{{main|Infix notation}}
 
Infix notation without [[order of operations]] is used by simple non scientific calculators. With this mode the mathematical order of operations is not honored but all operatins are operations are imediately execuded. Also advanded operations like √ or x<sup>2</sup> are entered after the operation.
 
{| class="wikitable" border="1"
Line 42 ⟶ 44:
| 8
|}
 
From the first example one can see that it is nessesary to rearage operants in order to get the correct result.
 
== infix notation (with [[order of operations]]) ==