From 77d3112d02576d58cb48c865b8498a03fabe5342 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Fri, 28 Aug 2015 12:52:13 -0700 Subject: Update TextFormat.md --- TextFormat.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TextFormat.md') 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. -- cgit v1.2.3