Hi to ALL C2 users and masters
Please help... how to fix this simple problem:
I am adding to a global var 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 = 0.999999999
You can check this issue on this shot video:
I don't want use round() and don't want to use floor(x) round down x e.g. floor(5.9) = 5.
I need a pure values like 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 and 1 when i am adding +0.1 to var.
In this video You can see some:
0.300000000004
0.799999999999
0.899999999999
0.999999999999
Even if i cut this variable i don't get my pure values
PLS help