<< dot | Special functions | gamma >> |
f = factor(n) |
real, nonnegative integer scalar
vector with Prime factors.
f = factor(n) returns a row vector with the prime factors of n.
Vector f is of the same data type as n.
f = factor(204)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET