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

◆ log() [1/2]

double fl::log ( double value)
inline

Definition at line 419 of file math.h.

419{ return log_impl_double(value); }
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: