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

◆ atan2_impl_double()

double fl::atan2_impl_double ( double y,
double x )

Definition at line 504 of file math.cpp.hpp.

504 {
505#if FL_MATH_USE_LIBM
506 return ::atan2(y, x);
507#else
509#endif
510}
F atan2_full_(F y, F x) FL_NOEXCEPT
Definition math.cpp.hpp:479

References fl::detail::atan2_full_(), x, and y.

Referenced by atan2().

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