HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
ifactors
Syntax
ifactors(a)
Description
Prime factors. Similar to ifactor, but returns a list of the factors of the integer a with their multiplicities.
Example
ifactors(150) returns [2, 1, 3, 1, 5, 2]
ifactors — Discussion
↑Back to top