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

◆ fmodf()

float fl::fmodf ( float x,
float y )
inline

Definition at line 336 of file math.h.

336{ return fmod_impl_float(x, y); }
float fmod_impl_float(float x, float y)
Definition math.cpp.hpp:401

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

Referenced by fl::Corkscrew::at_exact(), calculate_oscillators(), fl::Corkscrew::calculateTileAtWrap(), fl::Center_Field::draw(), fl::Center_Field_FP::draw(), fl::Chasing_Spirals_Float::draw(), fl::FlowFieldFloat::fmodPos(), get_position(), fl::anonymous_namespace{chasing_spirals.cpp.hpp}::setupChasingSpiralFrame(), and fl::audio::detector::Beat::updatePhase().

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