purescript-contrib/purescript-formatters

unformatNumber for very large numbers returns negative number

Closed this issue · 2 comments

I'm not sure if this is related to #16, but

> unformatNumber "0.0" "1507142848002.0"
(Right -390672894.0)

For reference, the number I'm trying to parse was created by now <#> unInstant <#> unwrap <#> show.

it's related

Will close this as duplicate, thanks for reporting tho!