CDBL¶
Syntax¶
Versions: Extended, Disk
Description¶
Converts X to a double-precision floating-point number. Double-precision numbers have approximately 16 digits of precision and range from approximately ±2.938736×10^-308 to ±1.797693×10^308.
If X is a single-precision number or integer, it is converted to double-precision format. If X is a string representation of a number, it is converted to double-precision format.
Example¶
Notes¶
- Single-precision numbers use ! as a type suffix
- Double-precision numbers use # as a type suffix
- Converting from single to double precision preserves all available precision