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

◆ fmod() [2/2]

template<typename T>
enable_if< is_integral< T >::value, float >::type fl::fmod ( T x,
T y )
inline

Definition at line 347 of file math.h.

347{ return fmod_impl_float(static_cast<float>(x), static_cast<float>(y)); }
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: