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/decimal128.md
+3-17Lines changed: 3 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -6,26 +6,12 @@ base_type: [string, number]
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 a [128-bit decimal floating-point number](https://en.wikipedia.org/wiki/Decimal128_floating-point_format) as defined by IEEE 754 2008 and ISO/IEC/IEEE 60559:2011.
16
11
17
12
Representation as a JSON string is preferred as this avoids problems with recipients that parse JSON numbers into [binary64](https://en.wikipedia.org/wiki/Double-precision_floating-point_format) memory representation.
18
13
19
14
String representation allows expressing the special values `NaN`, `-INF`, and `INF` that cannot be expressed as JSON numbers.
0 commit comments