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

◆ powf()

float fl::powf ( float base,
float exponent )
inline

Definition at line 436 of file math.h.

436{ return pow_impl_float(base, exponent); }
float pow_impl_float(float base, float exponent)
Definition math.cpp.hpp:322

References FL_NOEXCEPT, and pow_impl_float().

Referenced by fl::audio::detector::Vibe::adjustRateToFPS(), fl::GielisCurvePath::compute(), fl::HeartPath::compute(), fl::Distance_Experiment::draw(), fl::Distance_Experiment_FP::draw(), drawWaveform(), fl::FlowFieldFloat::flowAdvect(), and fl::audio::detector::Note::midiNoteToFrequency().

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