I have a fee calculation tool that is incorrectly calculating a % due to a rounding error. Basically the calculation is fees/assets*100=fee % The specific calculation in this case is (184,817.73/132,012,665)*100 but the system calculates to .13 instead of .14. Even if I set the decimal precision to 4, it shows .1300
What can I do to fix this?