FCOSHD

Top  Previous  Next

Syntax

FLOAT = FCOSHD(num as FLOAT)

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

Uses FLOAT parameter and return for time critical applications.

See Also COSH, FCOSH, COSHD

Example usage

PRINT FCOSHD(1.112)