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

◆ atan() [3/3]

template<typename T>
enable_if< is_fixed_point< T >::value, T >::type fl::atan ( T x)
inline

Definition at line 594 of file fixed_point.h.

594{ return T::atan(x); }

References FL_NOEXCEPT, and x.