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

Function Documentation#

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

Compute the complex arc hyperbolic tangent of a complex number.

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

This function performs error checking and supports NaNs and Infs.

Template Parameters

T – Scalar type of the complex number

Parameters

other – Input complex number

Returns

Complex arc hyperbolic tangent of the input complex number