SINGLE (QuickBasic)
From Just Solve the File Format Problem
(Difference between revisions)
(Copy-editing) |
|||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
− | |||
| formattype = electronic | | formattype = electronic | ||
| subcat = Data types | | subcat = Data types | ||
− | | subcat2 = | + | | subcat2 = QuickBasic data types |
| caption = | | caption = | ||
}} | }} | ||
− | |||
− | |||
The '''SINGLE''' type in [[QuickBASIC]] stores 4-byte 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 4-byte 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 = | + | == See also == |
* [[DOUBLE (QuickBasic)|DOUBLE]] | * [[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'' |
Latest revision as of 18:08, 31 July 2023
The SINGLE type in QuickBASIC stores 4-byte floating-point numbers from -3.37x1038 to 3.37x1038. SINGLE types can be defined with the !
suffix.
[edit] See also
[edit] References
- SINGLE data-type on qb64.com