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

◆ sin_impl_double()

double fl::sin_impl_double ( double value)

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

264 {
265#if FL_MATH_USE_LIBM
266 return ::sin(value);
267#else
269#endif
270}
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().

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