You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added comparison functions for floats and doubles… (#2321)
* Added comparison functions for floats and doubles, providing a safer way to do things like `double value; if( value == 0.0 ){}`.
* Added approxEqualRelative() functions and removed the custom epsilon in favor of FLT_EPSILON and DBL_EPSILON.
authored-by: paulhoux <paulhoux@users.noreply.github.com>
0 commit comments