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

◆ log2() [1/2]

double fl::log2 ( double value)
inline

Definition at line 431 of file math.h.

431{ return log_impl_double(value) / log_impl_double(2.0); }
constexpr int type_rank< T >::value
double log_impl_double(double value)
Definition math.cpp.hpp:296

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

+ Here is the call graph for this function: