Both int and float end up as a JS number at the end of the day, so
definitely bounded. Defer to the JS spec?

Not sure about bignum, there's definitely not language support, but there
might be a library doing it somewhere, and if not, someone should write
one!

On Sep 20, 2016 10:03 PM, "'Rupert Smith' via Elm Discuss" <
[email protected]> wrote:

> Is Int unbounded? I mean is it a 'big integer' implementation as per ML,
> or is it 64-bit or soe other limit?
>
> What is the precision of a Float? Is it the same as 64-bit IEEE 754?
>
> Is there a 'big decimal' representation?
>
> The docs around the basics of syntax don't really cover this:
> http://elm-lang.org/docs/syntax#type-annotations
>
> --
> You received this message because you are subscribed to the Google Groups
> "Elm Discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to