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
description: an integer that can be stored in an IEEE 754 double-precision number without loss of precision
5
+
base_type: integer
6
+
layout: default
7
+
---
8
+
9
+
# <ahref="..">{{ page.collection }}</a>
10
+
11
+
## {{ page.slug }} - {{ page.description }}
12
+
13
+
Base type: `{{ page.base_type }}`.
14
+
15
+
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
+
17
+
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