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

◆ atan2() [1/3]

double fl::atan2 ( double y,
double x )
inline

Definition at line 391 of file math.h.

391{ return atan2_impl_double(y, x); }
double atan2_impl_double(double y, double x)
Definition math.cpp.hpp:504

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

+ Here is the call graph for this function: