fastfloat / fast_float

Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium, Redis and WebKit/Safari
Apache License 2.0
1.54k stars 132 forks source link

documentation for issue 261 #263

Closed lemire closed 2 months ago

lemire commented 2 months ago

fixes https://github.com/fastfloat/fast_float/issues/261 by documenting it.

We follow @jwakely's and Microsoft's interpretation of the standard.

We will not be changing the behaviour of the library unless someone from the C++ standard says that we are wrong.