Lo que todo programador debería saber sobre aritmética de punto flotante
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

linebreaks?

+10 -10
+1 -1
.gitignore
··· 1 - output 1 + output 2 2 tmp
+9 -9
README.txt
··· 1 - floating-point.gui.de aims to provide both short and simple 2 - answers to the common recurring questions of novice programmers 3 - about floating point numbers not "adding up" correctly, and 4 - more in-depth information about how IEEE 754 floats work, 5 - when and how to use them correctly, and what to use instead 6 - when they are not appropriate. 7 - 8 - The site is build using the nanoc static site generator: 9 - http://nanoc.stoneship.org/ 1 + floating-point.gui.de aims to provide both short and simple 2 + answers to the common recurring questions of novice programmers 3 + about floating point numbers not "adding up" correctly, and 4 + more in-depth information about how IEEE 754 floats work, 5 + when and how to use them correctly, and what to use instead 6 + when they are not appropriate. 7 + 8 + The site is build using the nanoc static site generator: 9 + http://nanoc.stoneship.org/