FSIND

Top  Previous  Next

Syntax

FLOAT = FSIND(num as FLOAT)

Description

Calculates the sine of an angle.

Parameters

num - The angle in degrees to calculate the sine.

Return value

The sine of the angle num.

Remarks

Uses FLOAT parameter and return for time critical applications

See Also: SIN, SIND, FSIN

Example usage

PRINT FSIND(45.0)