Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Expanded numbers

Its a package to hold this type:

```elm
type Expanded number
= Finite number
| PosInfinity
| NegInfinity
```