Java View all facts Glossary Help |
type > primitive type > floating point type |
floating point type comparison table |
Subject | use | hold | have default value | see also | contain | store |
---|---|---|---|---|---|---|
double^2 | a value between 4.9E-324 and 1.7E308 | +0.0 | 64 bits | |||
float^2 | basic arithmetic operators +, -, *, / and % | a value between 1.4E-45 and 3.4E+38 | +0.0f | float^3 | 32 bits | a floating point number |
Next primitive type: integral type Up: primitive type Previous primitive type: boolean^2