The function
numtakes a rational expression as input and returns a numerator of the expression.e25 : num((x^2+y^2)/(x^2-y^2)); 2 2 e25: - x - y e26 : num(7/4); e26: 7 e27 : num(7/(4/3)); e27: 21
The Jacal command
denomis used to obtain the denominator of a rational expression.e26 : denom(4/5); e26: 5