Let's say I have the number 1234567 and I want to get the value 12.34567 with a precision point of 0.01. How would I go about doing this?
If I multiply the precision point and the number, I end up with 12345.67 which is the opposite of what I need and I am unsure how to approach this. Thanks in advance.
12.34567has a a precision point of0.01"??? – barak manos Apr 27 '16 at 09:58