SINGLE (QuickBasic)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo | name = SINGLE | formattype = electronic | subcat = Data types | subcat2 = QuickBASIC | caption = }} {{DISPLAYTITLE:SINGLE}}...") |
Revision as of 12:18, 31 July 2023
The SINGLE type in QuickBASIC stores floating-point numbers from -3.37x1038 to 3.37x1038. SINGLE types can be defined with the !
suffix.
References
- SINGLE data-type on qb64.com