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

◆ ALMOST_EQUAL_DOUBLE

#define ALMOST_EQUAL_DOUBLE ( a,
b )
Value:
(ABS((a) - (b)) < EPSILON_F)
#define EPSILON_F
Definition math_macros.h:24
#define ABS(x)
Definition math_macros.h:19

Definition at line 41 of file math_macros.h.

Referenced by fl::map_range_detail::equals().