FSIN |
Top Previous Next |
Syntax FLOAT = FSIN(num as FLOAT) Description Calculates the sine of an angle. Parameters num - The angle in radians to calculate the sine. Return value The sine of the angle num. Remarks Uses FLOAT parameter and return for time critical applications Example usage PRINT FSIN(1.21) |