Explain purpose of floating-point representation section
parent
517804c1e6
commit
1fd6a6b9f0
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ These are articles I came across while trying to understand YAML's bad reputatio
|
||||||
|
|
||||||
## Floating-point representation
|
## Floating-point representation
|
||||||
|
|
||||||
Ryan Juckett has written a detailed history of round-trip-stable string formatting algorithms for floating-point numbers.
|
We probably don't need to know much about how to represent floating-point numbers as human-readable strings, because we'll probably choose a serialization framework that does it for us. These articles are useful background, though.
|
||||||
|
|
||||||
|
Ryan Juckett has written a detailed history of faithful string formatting algorithms for floating-point numbers.
|
||||||
|
|
||||||
> Ryan Juckett.["Printing Floating-Point Numbers"](https://www.ryanjuckett.com/printing-floating-point-numbers/) (2014).
|
> Ryan Juckett.["Printing Floating-Point Numbers"](https://www.ryanjuckett.com/printing-floating-point-numbers/) (2014).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue