Function acos¶
function acos(const T1 &) math¶
Returns the arc cosine of x. The returned angle is in the range 0 through \(\pi\) .
| x | Value whose arc cosine is computed, in the range [-1, 1]. |
Arc cosine of x, in radians, in the range \([0, \pi]\) . |
Fully qualified name: kfr::acos(const T1 &)
Declared at math/asin_acos.hpp:50
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.