Computes the number e.
Optional
The exponent to raise e to the power of
const one = Chalkboard.E(0); // returns 1const E = Chalkboard.E(); // returns 2.7182818284590446 Copy
const one = Chalkboard.E(0); // returns 1const E = Chalkboard.E(); // returns 2.7182818284590446
Generated using TypeDoc
Computes the number e.