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

◆ atan_impl_double()

double fl::atan_impl_double ( double value)

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

536 {
537#if FL_MATH_USE_LIBM
538 return ::atan(value);
539#else
541#endif
542}
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().

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