Skip to content

Function atandeg

function atandeg(const T1 &) math

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

Returns the arc tangent of x, expressed in degrees. The returned angle is in the range -90 through 90.

Parameters
x Input value.
Returns
Arc tangent of x in degrees, in the range [-90, 90].

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

Declared at math/atan.hpp:50

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