forked from bblanchon/ArduinoJson
Added custom implementation of strtod()
(issue #453)
This commit is contained in:
@ -14,5 +14,11 @@
|
||||
12.34e+56,
|
||||
12.34E56,
|
||||
12.34E-56,
|
||||
12.34E+56
|
||||
12.34E+56,
|
||||
NaN,
|
||||
-NaN,
|
||||
+NaN,
|
||||
Infinity,
|
||||
+Infinity,
|
||||
-Infinity
|
||||
]
|
Reference in New Issue
Block a user