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

◆ atan2() [3/3]

template<typename T>
enable_if< is_integral< T >::value, float >::type fl::atan2 ( T y,
T x )
inline

Definition at line 393 of file math.h.

393{ return atan2_impl_float(static_cast<float>(y), static_cast<float>(x)); }
float atan2_impl_float(float y, float x)
Definition math.cpp.hpp:496

References atan2_impl_float(), FL_NOEXCEPT, x, and y.

+ Here is the call graph for this function: