XLPack
7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches
C4. Elementary functions (transcendental functions)
Acos
Acosh
Asin
Asinh
Atan2
Atanh
Cosh
Cospi
Cospi_sub
Exp2
Exp2_sub
Expm1
Expm1_sub
Log10
Log1p
Log1p_sub
Log2
Log2_sub
Powm1
Powm1_sub
Sinh
Sinpi
Sinpi_sub
Sqrt1pm1
Sqrt1pm1_sub
Tanh
◆
Sinh()
Function Sinh
(
X As
Double
,
Optional Info As
Long
)
sinh(x)
Purpose
Computes the hyperbolic sine of x.
sinh(x) = (exp(x) - exp(-x))/2
Returns
Double
sinh(x).
Parameters
[in]
X
Argument x.
[out]
Info
(Optional)
= 0: Successful exit.
= 1: Floating point range error.
Generated by
1.9.7