next up previous contents index
suivant: Numerator after simplification : monter: Rational fractions précédent: Rational fractions   Table des matières   Index


Numerator : getNum

getNum takes as argument a rational fraction and returns the numerator of this fraction. Unlike numer, getNum does not simplify the fraction before extracting the numerator.
Input :
getNum((x^2-1)/(x-1))
Output :
x^2-1
Input :
getNum((x^2+2*x+1)/(x^2-1))
Output :
x^2+2*x+1



giac documentation written by Renée De Graeve and Bernard Parisse