DekGenius.com
Team LiB   Previous Section   Next Section
float type Single-precision, floating-point type specifier

simple-type-specifier := float

figs/acorn.gif

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

    Team LiB   Previous Section   Next Section