- 1
Float vs double
Why use float instead of double?
1 Odpowiedź
0
a float is smaller, so the advantage is that you use less memory with floats, that's practical if the decimal numbers you want to save in them, don't need lots of storage already
Why use float instead of double?