|
inlineconstexpr |
Computes the arcsine of the argument.
Parameters
z: Value to process.Return value
complex(z) was entered unless the option real_only is used in which case the parameter must be a floating_value, the result will the same as an eve::asin implying a Nan result if the result is not real.Returns the elementwise the complex principal value of the arc sine of the input in the range of a strip unbounded along the imaginary axis and in the interval \([-\pi/2, \pi/2]\) along the real axis.
special cases are handled as if the operation was implemented by \(-i\; \mathrm{asinh}(z\; i)\)