=> In almost all cases, you should use the double type whenever you need numbers with fractional values. The precision of a floating-point value indicates how many significant digits the value can have following its decimal point.
Keeping this in view, which float data type has a precision of up to 15 digits?
Double
One may also ask, what is the range for float type which floating point type should be used to store digits of precision 15? Table 8.2. Numeric Types
| Name | Storage Size | Range |
|---|---|---|
| real | 4 bytes | 6 decimal digits precision |
| double precision | 8 bytes | 15 decimal digits precision |
| smallserial | 2 bytes | 1 to 32767 |
| serial | 4 bytes | 1 to 2147483647 |
Similarly, which type have 15 digits in precision?
FLOAT , FLOAT4 , FLOAT8
Precision is approximately 15 digits. For example, for integers, the range is from -9007199254740991 to +9007199254740991 (-253 to +253). Floating-point values can range from approximately 10-308 to 10+308.
How many precision digits does a float have?
7 decimal digits