ianmackenzie / ianmackenzie/elm-float-extra
Add greater than/less than comparisons
Open
- Dominant language
- Elm
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
`Float.isGreaterThan : Float -> Float -> Bool`
`Float.isLessThan : Float -> Float -> Bool`
Useful for partial application (since `(>) 3` does not do what you might expect!)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.