Definitions for "Single precision"
A real (floating-point) value that occupies 4 bytes of memory. Single-precision values are accurate to six or seven decimal places.
Synonym for short-precision.
In the Java language specification, describes a floating point number with 32 bits of data. See also double precision.