removeTax
Calculate the original amount from a total that includes tax.
totalWithTax(required): the total including taxrate(required): tax rate (e.g. 0.21 for 21%)
utlx
removeTax(121, 0.21) // 100.0 (remove 21% VAT from 121)