imb / fctx

C unit testing in a header (works for C++ too!).
Other
36 stars 15 forks source link

Enhancements for floating point comparisons #52

Open RhysU opened 10 years ago

RhysU commented 10 years ago

Two small commits that improve the usability of fct_chk_eq_dbl and neq_dbl. The first increases the displayed output. The second adds a new fct_chk_eqtol_dbl taking a third tolerance argument as well as a similar neqtol_dbl.