Leonardus
Loading...
Searching...
No Matches
Analogous LeoScript Operator div

STACK

$ I_1|R_1\ I_2|R_2\ --\ R $
$ Q_1\ Q_2\ --\ Q $

DESCRIPTION

Red book operator divides $ X_1 $ by $ X_2 $,
producing a result that is always a R if operands are I or R.
If both operands are Q, the result is a Q.
Use idiv instead if the operands are I or Q and an I or Q result is desired.

ORIGIN

Core code registered in systemdict.

SEE ALSO

Analogous LeoScript Operator idiv