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

Function Documentation#

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

Compute the complex arc sine of a complex number.

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

It calculates the complex arc sine by using the complex hyperbolic sine function.

See also

asinh

Template Parameters

T – Scalar type of the complex number

Parameters

other – Input complex number

Returns

Complex arc sine of the input complex number