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

◆ log_impl_float()

float fl::log_impl_float ( float value)

Definition at line 288 of file math.cpp.hpp.

288 {
289#if FL_MATH_USE_LIBM
290 return ::logf(value);
291#else
293#endif
294}
F log_natural_(F value) FL_NOEXCEPT
Definition math.cpp.hpp:214
constexpr int type_rank< T >::value

References fl::detail::log_natural_(), and type_rank< T >::value.

Referenced by log(), log2(), log2f(), and logf().

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