f = factor(n)
| Parameter | Description |
|---|---|
| n | real, nonnegative integer scalar |
| Parameter | Description |
|---|---|
| p | 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 |