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

◆ sqrt_impl_float()

float fl::sqrt_impl_float ( float value)

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

240 {
241#if FL_MATH_USE_LIBM
242 return ::sqrtf(value);
243#else
245#endif
246}
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(), sqrt(), and sqrtf().

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