Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fresheyeball/elm-number-expanded
Cardinal numbers
https://github.com/fresheyeball/elm-number-expanded
Last synced: 7 days ago
JSON representation
Cardinal numbers
- Host: GitHub
- URL: https://github.com/fresheyeball/elm-number-expanded
- Owner: Fresheyeball
- License: mit
- Created: 2016-01-18T19:20:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T18:05:24.000Z (almost 8 years ago)
- Last Synced: 2024-05-09T13:38:55.183Z (6 months ago)
- Language: Elm
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Expanded numbers
Its a package to hold this type:
```elm
type Expanded number
= Finite number
| PosInfinity
| NegInfinity
```