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}}...") |
|||
Line 9: | Line 9: | ||
The '''SINGLE''' type in [[QuickBASIC]] stores floating-point numbers from -3.37x10<sup>38</sup> to 3.37x10<sup>38</sup>. SINGLE types can be defined with the <code>!</code> suffix. | The '''SINGLE''' type in [[QuickBASIC]] stores floating-point numbers from -3.37x10<sup>38</sup> to 3.37x10<sup>38</sup>. SINGLE types can be defined with the <code>!</code> suffix. | ||
+ | |||
+ | = See also = | ||
+ | |||
+ | * [[DOUBLE (QuickBasic)|DOUBLE]] | ||
= References = | = References = | ||
* [https://qb64.com/wiki/SINGLE SINGLE] data-type on ''qb64.com'' | * [https://qb64.com/wiki/SINGLE SINGLE] data-type on ''qb64.com'' |
Revision as of 12:22, 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.
See also
References
- SINGLE data-type on qb64.com