Tip & bill splitter
Work out the tip, the grand total, and what each person owes. Currency-agnostic — the numbers work the same in any currency. Decimals welcome.
How it works
The tip is bill × tip% ÷ 100, the grand total is bill + tip, and each person pays total ÷ people. Nothing here assumes a currency — feed it dollars, euros, rupees, or anything else.
Turn on rounding to make each person's share land on a clean number. Because rounding the per-person share changes the real total handed over, the result shows the adjusted total, the extra left on the table (or shortfall, if you round down), and the effective tip % that the rounded amount actually works out to. Rounding up is the friendly default — it never tips less than you asked for.