Skip to content

Function acos

function acos(const T1 &) math

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

Returns the arc cosine of x. The returned angle is in the range 0 through \(\pi\) .

Parameters
x Value whose arc cosine is computed, in the range [-1, 1].
Returns
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.