FSINHD

Top  Previous  Next

Syntax

FLOAT = FSINHD(num as FLOAT)

Description

Calculates the hyperbolic sine of an angle.

Parameters

num - The angle in degrees.

Return value

The hyperbolic sine of the angle num

Remarks

Uses FLOAT parameter and return for time critical applications.

See Also: SINH, SINHD, FSINH

Example usage

PRINT FSINHD(45.0)