0
I don't really get what's the difference between "float" and "double", can someone explain it to me?
3 Answers
+ 3
" In general a double has 15 decimal digits of precision, while float has 7."
For more technical details: http://stackoverflow.com/questions/2386772/difference-between-float-and-double
0
the range of double and float are differ,
0
Ok thanks