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

◆ expf()

float fl::expf ( float value)
inline

Definition at line 398 of file math.h.

398{ return exp_impl_float(value); }
constexpr int type_rank< T >::value
float exp_impl_float(float value)
Definition math.cpp.hpp:80

References exp_impl_float(), FL_NOEXCEPT, and type_rank< T >::value.

Referenced by fl::audio::Reactive::begin(), fl::audio::fft::Bins::binToFreq(), fl::audio::FrequencyBinMapper::calculateLogFrequencies(), fl::audio::detector::EqualizerDetector::computeBinCenters(), fl::audio::detector::Vocal::computeBroadSpectralFeatures(), fl::audio::detector::Percussion::computeFeatures(), fl::audio::computePinkNoiseGains(), fl::audio::fft::Context::initHybrid(), fl::audio::fft::Context::initLogRebin(), fl::audio::fft::Context::initOctaveWise(), fl::NoiseBias1D::trigger(), fl::audio::SilenceEnvelope::update(), and Key::UpdateIntensity().

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