cosmopolitan/third_party/double-conversion/README.cosmo
Justine Tunney d5910e2673
Fix bugs and make code tinier
- Fixed bug where stdio eof wasn't being sticky
- Fixed bug where fseeko() wasn't clearing eof state
- Removed assert() usage from libc favoring _unassert() / _npassert()
2022-10-09 23:21:34 -07:00

17 lines
382 B
Text

DESCRIPTION
Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.
ORIGIN
double-conversion 3.2.0
https://github.com/google/double-conversion/archive/refs/tags/v3.2.0.zip
9e0c13564e17362aad8a32c1344a2214f71952c6
LICENSE
BSD 3-Clause License
LOCAL CHANGES
- Use _unassert() macro for undefined behavior on failed assertions