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

◆ atan2f()

float fl::atan2f ( float y,
float x )
inline

Definition at line 390 of file math.h.

390{ return atan2_impl_float(y, x); }
float atan2_impl_float(float y, float x)
Definition math.cpp.hpp:496

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

Referenced by render_polar_lookup_table().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: