CosH()

Syntax

Result.f = CosH(Angle.f)
Description
Returns the hyperbolic cosine of the specified hyperbolic angle.

Parameters

Angle.f The input hyperbolic angle.

Return value

Returns the hyperbolic cosine of the angle. The result will be greater than or equal to 1.

Remarks

The inverse function of CosH() is ACosH(). This function can handle float and double values.

Example

  Debug CosH(0)  ; will display 1

See Also

ACosH(), Cos()

Supported OS

All

<- Cos() - Math Index - Degree() ->