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

◆ log2f()

float fl::log2f ( float value)
inline

Definition at line 430 of file math.h.

430{ return log_impl_float(value) / log_impl_float(2.0f); }
float log_impl_float(float value)
Definition math.cpp.hpp:288
constexpr int type_rank< T >::value

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

Referenced by fl::audio::fft::Context::initOctaveWise().

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