Computes the inverse hyperbolic sine of x.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double Asinh(
double x
)
Parameters
- x Double
- The argument.
Return Value
DoubleThe value of
asinh(x).
See Also