SINGLE (QuickBasic)
From Just Solve the File Format Problem
(Difference between revisions)
Line 8: | Line 8: | ||
{{DISPLAYTITLE:SINGLE}} | {{DISPLAYTITLE:SINGLE}} | ||
− | 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 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 = |
Revision as of 12:23, 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.
See also
References
- SINGLE data-type on qb64.com