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

◆ sin_impl_float()

float fl::sin_impl_float ( float value)

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

256 {
257#if FL_MATH_USE_LIBM
258 return ::sinf(value);
259#else
261#endif
262}
F sin_reduce_(F x) FL_NOEXCEPT
Definition math.cpp.hpp:184
constexpr int type_rank< T >::value

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

Referenced by sin(), and sinf().

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