Computes the number e.
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
Optional
The exponent to raise e to the power of
Computes the number e.
Example