microsoft / microsoft/same-ish
Very close number not ish?
Open
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 44
- Forks
- 12
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 2
Description
I am not understanding a lot on floating points, but it seems to me that these
2 should be "equal" for ish?:
(ish? 1798.4039776258396
1798.4039776258326)
but they are not.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported (ish? 1798.4039776258396 1798.4039776258326) example and inspect the ish? entry point and its existing tests. Determine whether these values should compare as approximately equal, then add a regression test and confirm the comparison behavior matches the intended tolerance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100