syntax docs: Fix octal example.

db4
Doug Coleman 2015-08-01 14:29:12 -07:00
parent 7b0733f72f
commit 4f4772e2db
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ ARTICLE: "syntax-floats" "Float syntax"
"t" "t"
} }
{ $example { $example
"10.125 0o1.22p3 = ." "10.125 0o1.21p3 = ."
"t" "t"
} }
"The normalized hex form " { $snippet "±0x1.MMMMMMMMMMMMMp±EEEE" } " allows any floating-point number to be specified precisely. The values of MMMMMMMMMMMMM and EEEE map directly to the mantissa and exponent fields of the binary IEEE 754 representation." "The normalized hex form " { $snippet "±0x1.MMMMMMMMMMMMMp±EEEE" } " allows any floating-point number to be specified precisely. The values of MMMMMMMMMMMMM and EEEE map directly to the mantissa and exponent fields of the binary IEEE 754 representation."