diff --git a/README.md b/README.md index 6d40c05..16a2f0a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ parsed number, and the `value` referenced is set to the parsed value. In case of The implementation does not throw and does not allocate memory (e.g., with `new` or `malloc`). +It will parse infinity and nan values. + Example: ``` C++