docs: hex floats exponents became mandatory

db4
Jon Harper 2015-06-24 23:22:59 +02:00 committed by John Benediktsson
parent 09af182db7
commit 102eb0064f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ ARTICLE: "syntax-floats" "Float syntax"
}
"A Not-a-number literal with an arbitrary payload can also be input:"
{ $subsections POSTPONE: NAN: }
"Hexadecimal float literals are also supported. These consist of a hexadecimal literal with a decimal point and an optional base-two exponent expressed as a decimal number after " { $snippet "p" } " or " { $snippet "P" } ":"
"Hexadecimal float literals are also supported. These consist of a hexadecimal literal with a decimal point and a mandatory base-two exponent expressed as a decimal number after " { $snippet "p" } " or " { $snippet "P" } ":"
{ $example
"8.0 0x1.0p3 = ."
"t"