Generates a series containing the n-Complex roots of unity.
UNIROOTS(n)
|
n |
- |
An integer. Number of roots to generate. |
Series or table with n points.
uniroots(3)
returns the complex series
{1 + 0i, -0.5 + 0.8660i, -0.5 - 0.8660i}
UNIROOTS is used internally, but you are welcome to find a use for it.
See POLYROOT to find the roots of a polynomial.