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

9 lines
159 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
> a := 3 / 5;
a := 3/5
> numer( a );
3
> denom( a );
5