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

◆ log() [2/2]

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

Definition at line 421 of file math.h.

421{ return log_impl_float(static_cast<float>(value)); }
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.

+ Here is the call graph for this function: