COSHD

Top  Previous  Next

Syntax

DOUBLE = COSHD(num as DOUBLE)

Description

Calculates the hyperbolic cosine of an angle.

Parameters

num - The angle in degrees to calculate the hyperbolic cosine

Return value

The hyperbolic cosine of the angle num.

Remarks

See Also COSH, FCOSH, FCOSHD

Example usage

PRINT COSHD(1.112)