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

    Variable math_tanhConst

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

    alias for Math.tanh.

    Type declaration

      • (x: number): number
      • Returns the hyperbolic tangent of a number.

        Parameters

        • x: number

          A numeric expression that contains an angle measured in radians.

        Returns number