double type

   
double type Double-precision, floating-point type specifier

  simple-type-specifier  := double 

figs/acorn.gif

The double type specifier represents a double-precision, floating-point number. The details are implementation-specific, but you are guaranteed that the range and precision of double can never be less than those of float .

The type long double has at least the range and precision of a plain double .

See Also

float , long , type , Chapter 2

   


C++ in a Nutshell
C++ in a Nutshell
ISBN: 059600298X
EAN: 2147483647
Year: 2005
Pages: 270
Authors: Ray Lischner

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net