You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aeson package uses Scientific which avoids numeric instability from floating point numbers. This package uses Double, and that causes its behavior to diverge from that of aeson when dealing with decimal numbers. Here's an example ghci session that illustrates the issue:
The
aeson
package uses Scientific which avoids numeric instability from floating point numbers. This package uses Double, and that causes its behavior to diverge from that ofaeson
when dealing with decimal numbers. Here's an example ghci session that illustrates the issue:Would you be willing to accept a pull request that solves this problem? If so, any pointers as to what solution you'd prefer?
The text was updated successfully, but these errors were encountered: