Computes the number i.
const i = Chalkboard.I(); // returns the complex number iconst i2 = Chalkboard.I(2); // returns the complex number -1const i3 = Chalkboard.I(3); // returns the complex number -iconst i4 = Chalkboard.I(4); // returns the complex number 1 Copy
const i = Chalkboard.I(); // returns the complex number iconst i2 = Chalkboard.I(2); // returns the complex number -1const i3 = Chalkboard.I(3); // returns the complex number -iconst i4 = Chalkboard.I(4); // returns the complex number 1
Optional
The exponent to raise i to the power of
Computes the number i.
Example