RosettaCodeData/Task/Arithmetic-Rational/Maple/arithmetic-rational-3.maple

22 lines
441 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
> a + b;
19
--
15
> a * b;
2/5
> a / b;
9/10
> a - b;
-1
--
15
> a + 1;
8/5
> a - 1;
-2/5