Tip Calculator

{{ tip }}%
Standard tip: {{ standardTip | fix }} (Total + tip = {{ (cost + standardTip) | fix }})
Rounded up: {{ roundUpTip | fix }} (Total + tip = {{ (cost + roundUpTip) | fix }})