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

◆ cos_impl_float()

float fl::cos_impl_float ( float value)

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

272 {
273#if FL_MATH_USE_LIBM
274 return ::cosf(value);
275#else
277#endif
278}
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(), and cosf().

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