function template
<complex>

std::asinh

template<class T> complex<T> asinh (const complex<T>& x);
Arc hyperbolic sine of complex
Returns the arc hyperbolic sine of the complex number x.

This is the complex version of the asinh function (defined in <cmath>).

Parameters

x
Complex value.

Return value

Arc hyperbolic sine of x.

See also