The set of all complex numbers, denoted as C, or the set of nth roots of unity when n is provided.
Optional
The degree of the roots of unity (optional, returns the set of all complex numbers if omitted)
const result = Chalkboard.abal.C(5); // Returns the complex fifth roots of unity Copy
const result = Chalkboard.abal.C(5); // Returns the complex fifth roots of unity
The set of all complex numbers, denoted as C, or the set of nth roots of unity when n is provided.