HP Prime for All

English  Русский 

Syntax

idivis(a)

Description

Integer divisors. Returns a list of all the factors of the integer a.

Example

idivis(12) returns [1, 2, 3, 4, 6, 12]

idivis — Discussion