FastLED 3.9.15
Loading...
Searching...
No Matches

◆ atan() [1/3]

double fl::atan ( double value)
inline

Definition at line 385 of file math.h.

385{ return atan_impl_double(value); }
constexpr int type_rank< T >::value
double atan_impl_double(double value)
Definition math.cpp.hpp:536

References atan_impl_double(), FL_NOEXCEPT, and type_rank< T >::value.

+ Here is the call graph for this function: