Hello, I am using float type variable to save number like 0.01, but when i print it to chat then number is shown as 0.099999. also it is not only print problem, if i make mathematical action between float variables (not very high precision, ex 5 digits after comma) precision of result is lost. why? how to fix it?