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

◆ hypot() [1/2]

double fl::hypot ( double x,
double y )
inline

Definition at line 501 of file math.h.

501{ return hypot_impl_double(x, y); }
double hypot_impl_double(double x, double y)
Definition math.cpp.hpp:520

References FL_NOEXCEPT, hypot_impl_double(), x, and y.

+ Here is the call graph for this function: