Leonardus
Analogous LeoScript Operator div

STACK

$ I_1|R_1\ I_2|R_2\ --\ R$

DESCRIPTION

Red book operator divides $ X_1 $ by $ X_2 $,
producing a result that is always a R even if both operands are I.
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