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

◆ cos_impl_double()

double fl::cos_impl_double ( double value)

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

280 {
281#if FL_MATH_USE_LIBM
282 return ::cos(value);
283#else
285#endif
286}
F cos_reduce_(F x) FL_NOEXCEPT
Definition math.cpp.hpp:202
constexpr int type_rank< T >::value

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

Referenced by cos().

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