same-ish icon indicating copy to clipboard operation
same-ish copied to clipboard

A Clojure library for approximate comparison of floating point types in tests

Results 1 same-ish issues
Sort by recently updated
recently updated
newest added

I am not understanding a lot on floating points, but it seems to me that these 2 should be "equal" for `ish?`: ```clojure (ish? 1798.4039776258396 1798.4039776258326) ``` but they are...