Mult

From WikiManual
Revision as of 22:46, 23 December 2005 by Ollj (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Operators:

Basic Commands:

add & sub
mult & div
rnd
*
mod
sgn
abs

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.