@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable math_expConst

    math_exp: (x: number) => number = ...

    alias for Math.exp.

    Type declaration

      • (x: number): number
      • Returns e (the base of natural logarithms) raised to a power.

        Parameters

        • x: number

          A numeric expression representing the power of e.

        Returns number