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

◆ hypotf()

float fl::hypotf ( float x,
float y )
inline

Definition at line 500 of file math.h.

500{ return hypot_impl_float(x, y); }
float hypot_impl_float(float x, float y)
Definition math.cpp.hpp:512

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

Referenced by render_polar_lookup_table().

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