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

◆ sqrt() [1/5]

double fl::sqrt ( double value)
inline

Definition at line 455 of file math.h.

455{ return sqrt_impl_double(value); }
constexpr int type_rank< T >::value
double sqrt_impl_double(double value)
Definition math.cpp.hpp:248

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

+ Here is the call graph for this function: