next up previous contents index
suivant: The integer Euclidean quotient monter: Integers (and Gaussian Integers) précédent: Matrix of factors :   Table des matières   Index


The divisors of a number : idivis divisors

idivis or divisors gives the list of the divisors of a number (or of a list of numbers).
Input :
idivis(36)
Output :
[1,2,4,3,6,12,9,18,36]
Input :
idivis([36,22])
Output :
[[1,2,4,3,6,12,9,18,36],[1,2,11,22]]



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