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

    Variable math_log1pConst

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

    alias for Math.log1p.

    Type declaration

      • (x: number): number
      • Returns the natural logarithm of 1 + x.

        Parameters

        • x: number

          A numeric expression.

        Returns number