pos? is broken
Open
- Dominant language
- JavaScript
- Stars
- 13
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
I would expect `(pos? 0)` to be false.
```
(dc/pos? (dc/decimal 0)) ;=> true
```
Also its docstring makes no sense: "Returns true if the value of this Decimal is negative, otherwise returns false."
Contributor guide
Assessment
This issue has not been assessed yet.