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

◆ fmod< double >()

template<>
double fl::fmod< double > ( double x,
double y )
inline

Definition at line 343 of file math.h.

343 {
344 return fmod_impl_double(x, y);
345}
double fmod_impl_double(double x, double y)
Definition math.cpp.hpp:413

References FL_NOEXCEPT, fmod_impl_double(), x, and y.

+ Here is the call graph for this function: