SINGLE (QuickBasic)

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(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

File Format
Name SINGLE
Ontology


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
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox