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

◆ sqrt_impl_double()

double fl::sqrt_impl_double ( double value)

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

248 {
249#if FL_MATH_USE_LIBM
250 return ::sqrt(value);
251#else
253#endif
254}
F sqrt_newton_(F value) FL_NOEXCEPT
Definition math.cpp.hpp:151
constexpr int type_rank< T >::value

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

Referenced by sqrt().

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