Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

A single precision floating point operation uses 32 bits to represent a floating point number, while a double precision floating point operation uses 64 bits to represent a floating point number. This means that double precision is able to store more significant digits and has a higher precision than single precision. The tradeoff is that double precision requires more memory and processing power than single precision operations.