mirror of
https://github.com/lemire/fast_double_parser.git
synced 2025-04-03 20:04:57 +00:00
Documentation.
This commit is contained in:
parent
e8bd769527
commit
ab4929a96f
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ bool isok = fast_double_parser::parse_number(string, &x);
|
|||
You must check the value of the boolean (`isok`): if it is false, then the function refused to parse.
|
||||
|
||||
|
||||
There is also a (slightly slower) version of the function called `parse_numer_inplace` that takes
|
||||
three parameters: the initial pointer, the end-of-string pointer and the reference to the result.
|
||||
|
||||
## Users
|
||||
|
||||
The library has been adopted by [Google wuffs](https://github.com/google/wuffs/).
|
||||
|
|
Loading…
Add table
Reference in a new issue