Gregable / social-security-tools

Website Source for https://ssa.tools/
https://ssa.tools/
MIT License
76 stars 17 forks source link

Create a new "Money" abstraction that holds currency amounts in cents. #236

Closed Gregable closed 1 year ago

Gregable commented 1 year ago

Use this throughout the app instead of raw numbers to avoid floating point rounding errors.

Resolves #221