I have a simple division 0.12/1000 in javascript and I want to get the result of 0.00012. but it gives me this result 0.0001199999. How should I solve it?