Description Calculates the hyperbolic sine of the argument x.
Syntax h = Sinh ( x )
Parameters h (Double) The hyperbolic sine of x.
x As Double Argument of the hyperbolic sine function, in radians.
Remarks This function calculates the hyperbolic sine 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 Examples
|