RosettaCodeData/Task/Arithmetic-Rational/Maple/arithmetic-rational-1.maple
2023-07-01 13:44:08 -04:00

8 lines
159 B
Text

> a := 3 / 5;
a := 3/5
> numer( a );
3
> denom( a );
5