Difference between revisions of "Mult"
From WikiManual
m |
|||
Line 1: | Line 1: | ||
+ | ===[[Operators]]:=== | ||
+ | {{Basic Commands}} | ||
+ | |||
To multiply in DB you must use inverse polish notation. For example: | To multiply in DB you must use inverse polish notation. For example: | ||
Line 5: | Line 8: | ||
The result left on top of the stack is 10. | The result left on top of the stack is 10. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 21:46, 23 December 2005
Operators:
Basic Commands: |
To multiply in DB you must use inverse polish notation. For example:
Ordinarily you would write: 5x2=10 Now write: 5 2 mult
The result left on top of the stack is 10.