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

◆ hypot() [2/2]

template<typename T>
enable_if< is_integral< T >::value, float >::type fl::hypot ( T x,
T y )
inline

Definition at line 503 of file math.h.

503{ return hypot_impl_float(static_cast<float>(x), static_cast<float>(y)); }
float hypot_impl_float(float x, float y)
Definition math.cpp.hpp:512

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

+ Here is the call graph for this function: