Hacker News new | past | comments | ask | show | jobs | submit login

Yes, never use floats for currency. I typically use integers and for USD for example, measure in "cents" rather than dollar. I try to avoid the fallacy of appeal to authority, but this is what Stripe does. You can also use the Decimal type in javascript and convert to/from strings to cross API boundaries.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: