Description Calculates the hyperbolic tangent of the argument x.
Syntax h = Tanh ( x )
Parameters h (Double) The hyperbolic tangent of x.
x As Double The argument, in radians, of the hyperbolic tangent.
Remarks This function calculates the hyperbolic tangent of the argument x. No error is returned. If values over 263 or less than 2-63 are used, a loss of significance can occur and the results may not be accurate.
See Also
|