Skip to content

Function atan

function atan(const T1 &) math

template <numeric T1>
KFR_FUNCTION flt_type<T1> atan(const T1& x)

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

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

Declared at math/atan.hpp:37

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