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

    Variable math_coshConst

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

    alias for Math.cosh.

    Type declaration

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

        Parameters

        • x: number

          A numeric expression that contains an angle measured in radians.

        Returns number