docs: hex floats exponents became mandatory
parent
09af182db7
commit
102eb0064f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue