#include "mons_math/util.h" #include int mons_float_approx_equal(float a, float b) { return fabs(a - b) < MONS_FLOAT_EQUAL_EPSILON; }