• Computes the number e.

    Parameters

    • Optional exponent: number = 1

      The exponent to raise e to the power of

    Returns number

    Example

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

Generated using TypeDoc