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

◆ fl_abs()

template<typename T>
T fl::fl_abs ( T value)
inline

Definition at line 11 of file math_macros.h.

11 {
12 return value < 0 ? -value : value;
13}

Referenced by FL_DISABLE_WARNING().

+ Here is the caller graph for this function: