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

◆ sqrt() [2/5]

float fl::sqrt ( float value)
inline

Definition at line 454 of file math.h.

454{ return sqrt_impl_float(value); }
constexpr int type_rank< T >::value
float sqrt_impl_float(float value)
Definition math.cpp.hpp:240

References FL_NOEXCEPT, sqrt_impl_float(), and type_rank< T >::value.

+ Here is the call graph for this function: