FTAN |
Top Previous Next |
Syntax FLOAT = FTAN(num as FLOAT) Description Calculates the tangent of an angle. Parameters num - The angle in radians. Return value The tangent of the angle num. Remarks Uses FLOAT parameter and return for time critical appplications. Example usage PRINT FTAN(2) |