wozniakpawel / cooltaxtool

UK Tax Calculator & Visualiser
https://cooltaxtool.com
MIT License
56 stars 14 forks source link

Rounded student loan repayments to nearest pound #30

Closed sjdex closed 1 year ago

sjdex commented 1 year ago

Closes #24

netlify[bot] commented 1 year ago

Deploy Preview for cooltaxtool ready!

Name Link
Latest commit a171ec5874da7161bcbb5322648c8dff8afff221
Latest deploy log https://app.netlify.com/sites/cooltaxtool/deploys/644b75f498991e0008a9acca
Deploy Preview https://deploy-preview-30--cooltaxtool.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

sjdex commented 1 year ago

Sure. Let me do the needful.

sjdex commented 1 year ago

Oh, so basically we want the floor value of the given result.

sjdex commented 1 year ago

Math.floor() will do the trick. I hope thats what we want here.