SINGLE (QuickBasic)

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Copy-editing)
 
Line 1: Line 1:
 
{{FormatInfo
 
{{FormatInfo
| name          = SINGLE
 
 
| formattype    = electronic
 
| formattype    = electronic
 
| subcat        = Data types
 
| subcat        = Data types
| subcat2        = QuickBASIC
+
| subcat2        = QuickBasic data types
 
| caption        =  
 
| caption        =  
 
}}
 
}}
{{DISPLAYTITLE:SINGLE}}
 
 
 
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

File Format
Name SINGLE (QuickBasic)
Ontology

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

Variants
Actions
Navigation
Toolbox