Template Function librapid::asinh(const Complex<T>&)#

Function Documentation#

template<typename T>
Complex<T> librapid::asinh(const Complex<T> &other)#

Compute the complex arc hyperbolic sine of a complex number.

This function computes the complex arc hyperbolic sine of the input complex number, \( \text{asinh}(z) \)

The algorithm handles NaN and infinity values, and avoids overflow.

Template Parameters

T – Scalar type of the complex number

Parameters

other – Input complex number

Returns

Complex arc hyperbolic sine of the input complex number