RosettaCodeData/Task/Arithmetic-Integer/Forth/arithmetic-integer-2.fth
Ingy döt Net 0457928c3e ...
2013-04-10 15:42:53 -07:00

3 lines
94 B
Forth

FM/MOD ( d n -- mod div ) \ floored
SM/REM ( d n -- rem div ) \ symmetric
M* ( n n -- d )