Skip to content

Function asin

function asin(const T1 &) math

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\) .

Parameters
x Value whose arc sine is computed, in the range [-1, 1].
Returns
Arc sine of x, in radians, in the range \([-\pi/2, \pi/2]\) .

Fully qualified name: kfr::asin(const T1 &)

Declared at math/asin_acos.hpp:39

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.