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

◆ fmod() [1/2]

template<typename T>
enable_if<!is_integral< T >::value, T >::type fl::fmod ( T x,
T y )
inline
Examples
BeatDetection.ino.

Definition at line 339 of file math.h.

339 {
340 return static_cast<T>(fmod_impl_float(static_cast<float>(x), static_cast<float>(y)));
341}
float fmod_impl_float(float x, float y)
Definition math.cpp.hpp:401

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

+ Here is the call graph for this function: