+ 1
- double: for floating-point or real numbers with optional decimal points and fractional parts in fixed or scientific notations,
Can you dum it down please
4 Respostas
+ 3
Technically, value are stored in memory as 0s & 1s (binary). In the 'real world' we deal with decimal values (base 10). So numeric data type like integer, float & double float (for larger values) enable representation in decimal format
+ 1
double lets you store decimal numbers with a higher precision (more decimals) than float. Tell me if it helps. :D
+ 1
Yes. That's right, but the question request was to dumb it down, so I try not to explain technical things.