divide($retailPrice, 1 + $taxRate); } catch (Example_Aritmetic_Exception e) { throw new Example_Tax_Exception('Invalid tax rate.', e); } } ?>