mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
Update README.md
This commit is contained in:
parent
25cfdf5552
commit
0bc93c1b83
@ -1,5 +1,9 @@
|
|||||||
## fast_float number parsing library
|
## fast_float number parsing library
|
||||||
|
|
||||||
|
/badge.svg)
|
||||||
|
/badge.svg)
|
||||||
|

|
||||||
|
|
||||||
The fast_float library provides fast header-only implementations for the C++ from_chars
|
The fast_float library provides fast header-only implementations for the C++ from_chars
|
||||||
functions for `float` and `double` types. These functions convert ASCII strings representing
|
functions for `float` and `double` types. These functions convert ASCII strings representing
|
||||||
decimal values (e.g., `1.3e10`) into binary types. We provide exact rounding (including
|
decimal values (e.g., `1.3e10`) into binary types. We provide exact rounding (including
|
||||||
@ -86,4 +90,4 @@ Michael Eisel, who motivated the original research with his key insights, and wi
|
|||||||
invaluable feedback.
|
invaluable feedback.
|
||||||
|
|
||||||
The library includes code adapted from Google Wuffs (written by Nigel Tao) which was originally published
|
The library includes code adapted from Google Wuffs (written by Nigel Tao) which was originally published
|
||||||
under the Apache 2.0 license.
|
under the Apache 2.0 license.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user