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