DOUBLE (QuickBasic)

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo | name = DOUBLE | formattype = electronic | subcat = Data types | subcat2 = QuickBASIC | caption = }} {{DISPLAYTITLE:DOUBLE}}...")
 
(Copy-editing)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
{{FormatInfo
 
{{FormatInfo
| name          = DOUBLE
 
 
| formattype    = electronic
 
| formattype    = electronic
 
| subcat        = Data types
 
| subcat        = Data types
| subcat2        = QuickBASIC
+
| subcat2        = QuickBasic data types
 
| caption        =  
 
| caption        =  
 
}}
 
}}
{{DISPLAYTITLE:DOUBLE}}
 
 
 
The '''DOUBLE''' type in [[QuickBASIC]] stores 8-byte floating-point numbers from -1.67x10<sup>308</sup> to 1.67x10<sup>308</sup>. DOUBLE types can be defined with the <code>#</code> suffix.
 
The '''DOUBLE''' type in [[QuickBASIC]] stores 8-byte floating-point numbers from -1.67x10<sup>308</sup> to 1.67x10<sup>308</sup>. DOUBLE types can be defined with the <code>#</code> suffix.
  
= References =
+
== See also ==
 +
 
 +
* [[SINGLE (QuickBasic)|SINGLE]]
 +
 
 +
== References ==
  
 
* [https://qb64.com/wiki/DOUBLE DOUBLE] data-type on ''qb64.com''
 
* [https://qb64.com/wiki/DOUBLE DOUBLE] data-type on ''qb64.com''

Latest revision as of 18:09, 31 July 2023

File Format
Name DOUBLE (QuickBasic)
Ontology

The DOUBLE type in QuickBASIC stores 8-byte floating-point numbers from -1.67x10308 to 1.67x10308. DOUBLE types can be defined with the # suffix.

[edit] See also

[edit] References

  • DOUBLE data-type on qb64.com
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox