diff options
| author | JF Bastien <github@jfbastien.com> | 2015-08-28 12:52:13 -0700 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2015-08-28 12:52:13 -0700 |
| commit | 77d3112d02576d58cb48c865b8498a03fabe5342 (patch) | |
| tree | 53be75f1e82c3d74bf851939257df7fa53288523 /TextFormat.md | |
| parent | 992f2396f294f991ce0d139b9819ea39c9050fa6 (diff) | |
| download | nanowasm-design-77d3112d02576d58cb48c865b8498a03fabe5342.tar.gz | |
Update TextFormat.md
Diffstat (limited to 'TextFormat.md')
| -rw-r--r-- | TextFormat.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TextFormat.md b/TextFormat.md index 90f1fc4..6619f6f 100644 --- a/TextFormat.md +++ b/TextFormat.md @@ -30,6 +30,6 @@ can be broken out into smaller pieces in the text format. The text format is precise in that values that cannot be accurately represented in the binary format are considered invalid text. Floating-point numbers are therefore -represented as hexadecimal floating-point as specified by C99. The textual format may -be improved to also support more human-readable representations, but never at the cost -of accurate representation. +represented as hexadecimal floating-point as specified by the C99 standard, which +IEEE-754-2008 section 5.12.3 also specifies. The textual format may be improved to also +support more human-readable representations, but never at the cost of accurate representation. |
