C++ in a Nutshell
| float type | Single-precision, floating-point type specifier |
| simple-type-specifier := float |
The float type is a single-precision, floating-point number. The range and precision are implementation-defined. They can never be more than those of double or long double .
See Also
double , long , type , Chapter 2