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

    Variable math_expm1Const

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

    alias for Math.expm1.

    Type declaration

      • (x: number): number
      • Returns the result of (e^x - 1), which is an implementation-dependent approximation to subtracting 1 from the exponential function of x (e raised to the power of x, where e is the base of the natural logarithms).

        Parameters

        • x: number

          A numeric expression.

        Returns number