TANHD |
Top Previous Next |
Syntax DOUBLE = TANHD(num as DOUBLE) Description Calculates the hyperbolic tangent of an angle. Parameters num - Angle in degrees. Return value The hyperbolic tangent of the angle num. Remarks Example usage PRINT TANHD(47.56) |