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

◆ atan_impl_float()

float fl::atan_impl_float ( float value)

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

528 {
529#if FL_MATH_USE_LIBM
530 return ::atanf(value);
531#else
533#endif
534}
F atan_full_(F u) FL_NOEXCEPT
Definition math.cpp.hpp:467
constexpr int type_rank< T >::value

References fl::detail::atan_full_(), and type_rank< T >::value.

Referenced by atan(), and atanf().

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