Function asin¶
function asin(const T1 &) math¶
Returns the arc sine of x. The returned angle is in the range \(-\pi/2\) through \(\pi/2\) .
| x | Value whose arc sine is computed, in the range [-1, 1]. |
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.