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

◆ log_impl_double()

double fl::log_impl_double ( double value)

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

296 {
297#if FL_MATH_USE_LIBM
298 return ::log(value);
299#else
301#endif
302}
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(), and log2().

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