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

◆ atan2_impl_float()

float fl::atan2_impl_float ( float y,
float x )

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

496 {
497#if FL_MATH_USE_LIBM
498 return ::atan2f(y, x);
499#else
501#endif
502}
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(), and atan2f().

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