suivant: List of prime factors
monter: Integers (and Gaussian Integers)
précédent: The least common multiple
Table des matières
Index
Decomposition into prime factors : ifactor
ifactor has an integer as parameter.
ifactor decomposes an integer into its prime factors.
Input :
ifactor(90)
Output :
2*3^
2*5
Input :
ifactor(-90)
Output :
(-1)*2*3^
2*5
giac documentation written by Renée De Graeve and Bernard Parisse