DOUBLE (QuickBasic)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo | name = DOUBLE | formattype = electronic | subcat = Data types | subcat2 = QuickBASIC | caption = }} {{DISPLAYTITLE:DOUBLE}}...") |
|||
Line 9: | Line 9: | ||
The '''DOUBLE''' type in [[QuickBASIC]] stores 8-byte floating-point numbers from -1.67x10<sup>308</sup> to 1.67x10<sup>308</sup>. DOUBLE types can be defined with the <code>#</code> suffix. | The '''DOUBLE''' type in [[QuickBASIC]] stores 8-byte floating-point numbers from -1.67x10<sup>308</sup> to 1.67x10<sup>308</sup>. DOUBLE types can be defined with the <code>#</code> suffix. | ||
+ | |||
+ | = See also = | ||
+ | |||
+ | * [[SINGLE (QuickBasic)|SINGLE]] | ||
= References = | = References = | ||
* [https://qb64.com/wiki/DOUBLE DOUBLE] data-type on ''qb64.com'' | * [https://qb64.com/wiki/DOUBLE DOUBLE] data-type on ''qb64.com'' |
Revision as of 12:22, 31 July 2023
The DOUBLE type in QuickBASIC stores 8-byte floating-point numbers from -1.67x10308 to 1.67x10308. DOUBLE types can be defined with the #
suffix.
See also
References
- DOUBLE data-type on qb64.com