mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-10 23:17:27 +00:00
This commit unifies parsing of NaN values read from .fbs and .json files by converting them to unsigned NaN.
28 lines
154 B
Plaintext
28 lines
154 B
Plaintext
"-"
|
|
"+"
|
|
"."
|
|
"e"
|
|
"e+"
|
|
"e-"
|
|
"E"
|
|
"E+"
|
|
"E-"
|
|
"0x"
|
|
"-0x"
|
|
"p"
|
|
"a"
|
|
"b"
|
|
"c"
|
|
"d"
|
|
"e"
|
|
"f"
|
|
"nan"
|
|
"-nan"
|
|
"+nan"
|
|
"inf"
|
|
"+inf"
|
|
"-inf"
|
|
"infinity"
|
|
"+infinity"
|
|
"-infinity"
|