September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,17 +0,0 @@
|
|||
USING: combinators io kernel math math.functions math.order
|
||||
math.parser prettyprint ;
|
||||
|
||||
"a=" "b=" [ write readln string>number ] bi@
|
||||
{
|
||||
[ + "sum: " write . ]
|
||||
[ - "difference: " write . ]
|
||||
[ * "product: " write . ]
|
||||
[ / "quotient: " write . ]
|
||||
[ /i "integer quotient: " write . ]
|
||||
[ rem "remainder: " write . ]
|
||||
[ mod "modulo: " write . ]
|
||||
[ max "maximum: " write . ]
|
||||
[ min "minimum: " write . ]
|
||||
[ gcd "gcd: " write . drop ]
|
||||
[ lcm "lcm: " write . ]
|
||||
} 2cleave
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
a=8
|
||||
b=12
|
||||
sum: 20
|
||||
difference: -4
|
||||
product: 96
|
||||
quotient: 2/3
|
||||
integer quotient: 0
|
||||
remainder: 8
|
||||
modulo: 8
|
||||
maximum: 12
|
||||
minimum: 8
|
||||
gcd: 4
|
||||
lcm: 24
|
||||
Loading…
Add table
Add a link
Reference in a new issue