MathArcsinh

Returns the hyperbolic arcsine.

double  MathArcsinh(
   double  value      // -∞ < value < +
   );

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

Real types (double, float)