Skip to content

function asin(const T1 &) trigonometric

template <numeric T1>
KFR_INTRINSIC flt_type<T1> asin(const T1& x)

Returns the arc sine of x. The returned angle is in the range \(-\pi/2\) through \(\pi/2\) .

Defined at math/asin_acos.hpp:39