Skip to content

Instantly share code, notes, and snippets.

@LasseRafn
Created March 10, 2018 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LasseRafn/5cb3fe352d52e3c0cd9017a29de7370c to your computer and use it in GitHub Desktop.
Save LasseRafn/5cb3fe352d52e3c0cd9017a29de7370c to your computer and use it in GitHub Desktop.
$taxPercentage = 25;
echo ( 100 / ( 1 + ( $taxPercentage / 100 ) ) ) / 100; // 0.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment