Sometimes the simplest problems are harder than they first seem. A client once specified a requirement to me: we'll give you the VAT-inclusive (20%) price; you need to generate invoices showing the net and VAT amounts. Sounds easy, right? net = round(tot*5/6) vat = round(tot/6)
I actually really like the idea of arbitrary-precision money values, independent of bitcoin.
-
-
Oh? I actually prefer stripe’s model, everything as integers (in cents).
-
That doesn't fix the issue that a 20%-tax-inclusive amount of 119 cents shouldn't exist: there's no net amount which should produce it.
- Show replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.