You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: registries/_format/double-int.md
+3-17Lines changed: 3 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,24 +6,10 @@ base_type: integer
6
6
layout: default
7
7
---
8
8
9
-
# <ahref="..">{{ page.collection }}</a>
10
-
11
-
## {{ page.slug }} - {{ page.description }}
12
-
13
-
Base type: `{{ page.base_type }}`.
14
-
9
+
{% capture summary %}
15
10
The `{{page.slug}}` format represents an integer that can be stored in an IEEE 754 double-precision number without loss of precision. The range of values is -(2<sup>53</sup>)+1 to (2<sup>53</sup>)-1.
16
11
17
12
This format is useful for systems that need to support languages (such as JavaScript) that store all numeric values as IEEE 754 double-precision numbers.
0 commit comments