0
what is float number? and what is different between float number and double number? Tnx
2 Réponses
+ 4
Float and double are for decimal numbers. A double has double the precision of a float.
+ 1
float have a 4bytes of precision while double 8bytes of precision