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

    Variable math_logConst

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

    alias for Math.log.

    Type declaration

      • (x: number): number
      • Returns the natural logarithm (base e) of a number.

        Parameters

        • x: number

          A numeric expression.

        Returns number