ifactors
integer factorization
Calling Sequence
Parameters
Description
Examples
ifactors(n)
ifactors(n, opt)
n
-
any integer
opt
option
The ifactors function returns the complete integer factorization of the integer or fraction n.
The result is returned as in the form where , is a prime integer, is its exponent (multiplicity) and u is the sign of n.
This function supports the same options as ifactor.
See Also
factor
factors
ifactor
isqrfree
Download Help Document