-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Money as Double? #1
Comments
The reason why I did this is that the Lending Club API uses floating point, You're absolutely right that it makes more sense to use fixed point What do you think On Mon, Sep 7, 2015 at 11:38 PM, Nolan Sandberg [email protected]
|
Scientific or Decimal, probably Sent from my iPhone
|
I'm wondering if it is necessary though. If we are using application/json I don't know if it matters since in javascript all numbers are represented as doubles. I guess when we end of doing arithmetic operations on the results we get from the API it may matter. |
Yeah, you're exactly where I was thinking when I wrote this thing. You're I don't know anything about
|
Why is money not fixed point? Haskell has Rational.
The text was updated successfully, but these errors were encountered: