-
Notifications
You must be signed in to change notification settings - Fork 0
References
Tarn W. Burton edited this page Jul 10, 2024
·
5 revisions
- What Every Computer Scientist Should Know About Floating-Point Arithmetic
- How to Print Floating-Point Numbers Accurately; Steele, White
- How to Print Floating-Point Numbers Accurately [Retrospective]; Steele, White
- Printing floating-point numbers quickly and accurately; Burger, Dybvig
- Printing Floating-Point Numbers Quickly and Accurately with Integers; Loitsch
- Ryū: fast float-to-string conversion; Adams
- The Schubfach way to render doubles; Giulietti
- Dragonbox: A New Floating-Point Binary-to-Decimal Conversion Algorithm; Jeon
- https://github.com/s-expressionists/Eclector/issues/68
- How to read floating point numbers accurately; Clinger
- How to read floating point numbers accurately [Retrospective]; Clinger
- Easy Accurate Reading and Writing of Floating-Point Numbers; Jaffer
- Number Parsing at a Gigabyte per Second; Lemire
- Fast Number Parsing Without Fallback; Mushtak, Lemire