Computes the number e.

const one = Chalkboard.E(0); // returns 1
const E = Chalkboard.E(); // returns 2.7182818284590446
  • Parameters

    • Optionalexponent: number = 1

      The exponent to raise e to the power of

    Returns number