+ 1
Why would you use a float instead of a double?
Don't doubles hold more decimal then float? If so why would you use float instead of double
2 Answers
+ 4
Because float occupation less ram than double, you can use double just for long decimal accounts
+ 2
float takes 4 bits and double occupies 8 bita