...
This commit is contained in:
parent
051504d65b
commit
0457928c3e
295 changed files with 3588 additions and 3 deletions
3
Task/Arithmetic-Integer/Forth/arithmetic-integer-2.fth
Normal file
3
Task/Arithmetic-Integer/Forth/arithmetic-integer-2.fth
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FM/MOD ( d n -- mod div ) \ floored
|
||||
SM/REM ( d n -- rem div ) \ symmetric
|
||||
M* ( n n -- d )
|
||||
Loading…
Add table
Add a link
Reference in a new issue