function template
<complex>

std::asin

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

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

Parameters

x
Complex value.

Return value

Arc sine of x.

See also

acos
Arc cosine of complex (function template)
atan
Arc tangent of complex (function template)
asinh
Arc hyperbolic sine of complex (function template)
asin (cmath)
Compute arc sine (function)

AltStyle によって変換されたページ (->オリジナル) /