UD/MOD
UD/MOD ( ud u1 -- u.rem ud.quot )
Divides an unsigned double-precision value by an unsigned single-precision value. Stacks the remainder in unsigned single precision and the unsigned double precision quotient.
Exemple:
455. 25 ud/mod \ push 5 18 0 on stack ud. \ display 18, leave 6 on stack