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