@" Tip Calculator & Bill Splitter

Tip Calculator & Bill Splitter ⚡ FREE

Calculate the tip amount and split bills between multiple people. Choose your tip percentage and see exactly what each person pays.

"@ +bill.toFixed(2)+'
Tip ('+tpct.value+'%):
__RELATED__
"@ +tip.toFixed(2)+'
Total:
__RELATED__ "@ +total.toFixed(2)+'
Per Person:
__RELATED__ "@ +perPerson.toFixed(2)+'';} function copyPageUrl(){navigator.clipboard.writeText(window.location.href).then(function(){var b=event.target;var t=b.textContent;b.textContent='Copied!';setTimeout(function(){b.textContent=t},2000)})} var u=encodeURIComponent(window.location.href);var t=encodeURIComponent(document.title);document.querySelectorAll('.share-bar a').forEach(function(a){a.href=a.href.replace(/{URL}/g,u).replace(/{TITLE}/g,t)}); __RELATED__ "@