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

◆ abs()

template<typename T>
enable_if< is_fixed_point< T >::value, T >::type fl::abs ( T x)
inlineconstexpr

Definition at line 525 of file fixed_point.h.

525{ return T::abs(x); }
int x
Definition simple.h:92

Referenced by drawWaveform(), and loop().

+ Here is the caller graph for this function: