|
MathArcsinh
Returns the hyperbolic arcsine.
double MathArcsinh(
|
Parameters
val
[in] The value, the hyperbolic arcsine of which is to be calculated.
Return Value
The hyperbolic arcsine of the number.
Note
Instead of the MathArcsinh() function you can use the asinh() function.
See also