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

◆ almost_equal() [1/3]

bool fl::almost_equal ( double a,
double b )
inline

Definition at line 98 of file math.h.

98 {
99 return fl::abs(a - b) < FL_EPSILON_F;
100}
#define FL_EPSILON_F
Definition math.h:38
constexpr enable_if< is_fixed_point< T >::value, T >::type abs(T x) FL_NOEXCEPT

References abs(), FL_EPSILON_F, and FL_NOEXCEPT.

+ Here is the call graph for this function: