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

◆ log10() [2/2]

template<typename T>
enable_if< is_integral< T >::value, float >::type fl::log10 ( T value)
inline

Definition at line 427 of file math.h.

427{ return log10_impl_float(static_cast<float>(value)); }
constexpr int type_rank< T >::value
float log10_impl_float(float value)
Definition math.cpp.hpp:304

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

+ Here is the call graph for this function: