Type:Double: Difference between revisions

From Resonite Wiki
m fix unnessary category tags
Slightly updated the double page.
 
Line 1: Line 1:
A Double Is from ±5.0 × 10^-324 to ±1.7 × 10^308 and ~15-17 digits and 8 bytes
A Double is a [[Value Type | value]] type that that can store a [[Floating Point|floating-point]] decimal number in the approximate range '''±5.0 × 10^-324 to ±1.7 × 10^308''' and ~15-17 digits and 8 bytes


{{Template:DoubleTypes}}
{{Template:DoubleTypes}}

Latest revision as of 08:56, 30 July 2024

A Double is a value type that that can store a floating-point decimal number in the approximate range ±5.0 × 10^-324 to ±1.7 × 10^308 and ~15-17 digits and 8 bytes

Related Types