0
Can anyone provide a quick, simple explanation of floating point values and division?
1 Réponse
+ 2
When you were a kid you only work with integers (int), then a division like 5/2 was 2 with a remainder of 1.
Now you work with numbers with a point (float), so you now divide 5/2 and get 2,5