Name
float type — Single-precision, floating-point type
specifier
Synopsis
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
.