Sinh()
Sinh()
Type: REGULAR FUNCTION
Purpose: Calculate the hyperbolic sine of a number.
The definition of Sinh is:
Cosh(x) = [ex – e–x]/2
Usage: Result = Sinh(Number)
Number |
REAL |
The number for which to calculate the hyperbolic sine |
|
Result |
REAL |
The hyperbolic sine of Number. |
Comments are closed.