Added a link to What Every Computer Scientist Should Know About Floating-Point Arithmetic

This commit is contained in:
Dang Van Dien 2017-09-13 21:27:17 +07:00
parent 226d6427d8
commit 8871fc1061
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ But knowing the stuff will help you become better! :muscle:*
### Numbers ### Numbers
- :page_facing_up: [Floating Point Guide](http://floating-point-gui.de/) - :page_facing_up: [Floating Point Guide](http://floating-point-gui.de/)
- :page_facing_up: [What Every Computer Scientist Should Know About Floating-Point Arithmetic](https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html#680)
- :page_facing_up: [Basic Number Theory Every Programmer Should Know...](https://www.codechef.com/wiki/tutorial-number-theory/) - :page_facing_up: [Basic Number Theory Every Programmer Should Know...](https://www.codechef.com/wiki/tutorial-number-theory/)
### Strings ### Strings