FSINH

Top  Previous  Next

Syntax

FLOAT = FSINH(num as FLOAT)

Description

Calculates the hyperbolic sine of an angle.

Parameters

num - The angle in radians to calculate the hyperbolic sine.

Return value

The hyperbolic sine of the angle num.

Remarks

Uses FLOAT parameter and return for use in time critical applications.

See Also: SINH, SINHD, FSINHD

Example usage

PRINT FSINH(1.223)