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