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.

Corregida ruta en las URL

+54 -54
+3 -3
basic/index.html
··· 8 8 9 9 <meta name="Description" content="Concise answers to common basic questions about floating-point math, like "Why don't my numbers add up?""> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 65 65 </div> 66 66 </div> 67 67 <div id="sidebar"> 68 - <img src="/logo.png"> 68 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 69 69 <h2>La Guía de la Coma Flotante</h2> 70 70 <ul> 71 71 <li><a href="/">Inicio</a></li> ··· 100 100 <li><a href="/languages/sql/">SQL</a></li> 101 101 </ul> 102 102 </div> 103 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 103 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 104 104 105 105 </body> 106 106 </html>
+3 -3
errors/comparison/index.html
··· 8 8 9 9 <meta name="Description" content="Explanation of the various pitfalls in comparing floating-point numbers."> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 92 92 </div> 93 93 </div> 94 94 <div id="sidebar"> 95 - <img src="/logo.png"> 95 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 96 96 <h2>La Guía de la Coma Flotante</h2> 97 97 <ul> 98 98 <li><a href="/">Inicio</a></li> ··· 127 127 <li><a href="/languages/sql/">SQL</a></li> 128 128 </ul> 129 129 </div> 130 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 130 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 131 131 132 132 </body> 133 133 </html>
+3 -3
errors/propagation/index.html
··· 8 8 9 9 <meta name="Description" content="Explanations about propagation of errors in floating-point math."> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 50 50 </div> 51 51 </div> 52 52 <div id="sidebar"> 53 - <img src="/logo.png"> 53 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 54 54 <h2>La Guía de la Coma Flotante</h2> 55 55 <ul> 56 56 <li><a href="/">Inicio</a></li> ··· 85 85 <li><a href="/languages/sql/">SQL</a></li> 86 86 </ul> 87 87 </div> 88 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 88 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 89 89 90 90 </body> 91 91 </html>
+3 -3
errors/rounding/index.html
··· 8 8 9 9 <meta name="Description" content="Explanation of the reasons for rounding errors in floating-point math, and of rounding modes."> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 120 120 </div> 121 121 </div> 122 122 <div id="sidebar"> 123 - <img src="/logo.png"> 123 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 124 124 <h2>La Guía de la Coma Flotante</h2> 125 125 <ul> 126 126 <li><a href="/">Inicio</a></li> ··· 155 155 <li><a href="/languages/sql/">SQL</a></li> 156 156 </ul> 157 157 </div> 158 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 158 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 159 159 160 160 </body> 161 161 </html>
+3 -3
formats/binary/index.html
··· 8 8 9 9 <meta name="Description" content="In-depth explanation of how binary fractions work, what problems the cause and why they are used anyway"> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 141 141 </div> 142 142 </div> 143 143 <div id="sidebar"> 144 - <img src="/logo.png"> 144 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 145 145 <h2>La Guía de la Coma Flotante</h2> 146 146 <ul> 147 147 <li><a href="/">Inicio</a></li> ··· 176 176 <li><a href="/languages/sql/">SQL</a></li> 177 177 </ul> 178 178 </div> 179 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 179 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 180 180 181 181 </body> 182 182 </html>
+3 -3
formats/exact/index.html
··· 8 8 9 9 <meta name="Description" content="Description of various datatypes that can be more exact that floating-point numbers"> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 54 54 </div> 55 55 </div> 56 56 <div id="sidebar"> 57 - <img src="/logo.png"> 57 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 58 58 <h2>La Guía de la Coma Flotante</h2> 59 59 <ul> 60 60 <li><a href="/">Inicio</a></li> ··· 89 89 <li><a href="/languages/sql/">SQL</a></li> 90 90 </ul> 91 91 </div> 92 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 92 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 93 93 94 94 </body> 95 95 </html>
+3 -3
formats/fp/index.html
··· 8 8 9 9 <meta name="Description" content="Explanation of how floating-points numbers work and what they are good for"> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 140 140 </div> 141 141 </div> 142 142 <div id="sidebar"> 143 - <img src="/logo.png"> 143 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 144 144 <h2>La Guía de la Coma Flotante</h2> 145 145 <ul> 146 146 <li><a href="/">Inicio</a></li> ··· 175 175 <li><a href="/languages/sql/">SQL</a></li> 176 176 </ul> 177 177 </div> 178 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 178 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 179 179 180 180 </body> 181 181 </html>
+3 -3
formats/integer/index.html
··· 8 8 9 9 <meta name="Description" content="Explanation why using integers to avoid floating-point problems by having them represent e.g. cents is not a good solution."> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 35 35 </div> 36 36 </div> 37 37 <div id="sidebar"> 38 - <img src="/logo.png"> 38 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 39 39 <h2>La Guía de la Coma Flotante</h2> 40 40 <ul> 41 41 <li><a href="/">Inicio</a></li> ··· 70 70 <li><a href="/languages/sql/">SQL</a></li> 71 71 </ul> 72 72 </div> 73 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 73 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 74 74 75 75 </body> 76 76 </html>
+3 -3
index.html
··· 8 8 9 9 <meta name="Description" content="Pretende dar respuestas cortas y sencillas a las preguntas recurrentes de programadores principiantes sobre números de coma flotante que «no se suman» correctamente, e información más detallada sobre cómo funcionan los números decimales del IEEE 754, cuándo y cómo usarlos correctamente, y qué usar en su lugar cuando no son apropiados."> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 49 49 </div> 50 50 </div> 51 51 <div id="sidebar"> 52 - <img src="/logo.png"> 52 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 53 53 <h2>La Guía de la Coma Flotante</h2> 54 54 <ul> 55 55 <li><a href="/">Inicio</a></li> ··· 84 84 <li><a href="/languages/sql/">SQL</a></li> 85 85 </ul> 86 86 </div> 87 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 87 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 88 88 89 89 </body> 90 90 </html>
+3 -3
languages/csharp/index.html
··· 8 8 9 9 <meta name="Description" content="Tips for using floating-point and decimal numbers in C#"> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 55 55 </div> 56 56 </div> 57 57 <div id="sidebar"> 58 - <img src="/logo.png"> 58 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 59 59 <h2>La Guía de la Coma Flotante</h2> 60 60 <ul> 61 61 <li><a href="/">Inicio</a></li> ··· 90 90 <li><a href="/languages/sql/">SQL</a></li> 91 91 </ul> 92 92 </div> 93 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 93 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 94 94 95 95 </body> 96 96 </html>
+3 -3
languages/java/index.html
··· 8 8 9 9 <meta name="Description" content="Tips for using floating-point and decimal numbers in Java"> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 81 81 </div> 82 82 </div> 83 83 <div id="sidebar"> 84 - <img src="/logo.png"> 84 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 85 85 <h2>La Guía de la Coma Flotante</h2> 86 86 <ul> 87 87 <li><a href="/">Inicio</a></li> ··· 116 116 <li><a href="/languages/sql/">SQL</a></li> 117 117 </ul> 118 118 </div> 119 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 119 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 120 120 121 121 </body> 122 122 </html>
+3 -3
languages/javascript/index.html
··· 8 8 9 9 <meta name="Description" content="Tips for using floating-point and decimal numbers in JavaScript"> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 63 63 </div> 64 64 </div> 65 65 <div id="sidebar"> 66 - <img src="/logo.png"> 66 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 67 67 <h2>La Guía de la Coma Flotante</h2> 68 68 <ul> 69 69 <li><a href="/">Inicio</a></li> ··· 98 98 <li><a href="/languages/sql/">SQL</a></li> 99 99 </ul> 100 100 </div> 101 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 101 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 102 102 103 103 </body> 104 104 </html>
+3 -3
languages/perl/index.html
··· 8 8 9 9 <meta name="Description" content="Tips for using floating-point and decimal numbers in Perl"> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 82 82 </div> 83 83 </div> 84 84 <div id="sidebar"> 85 - <img src="/logo.png"> 85 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 86 86 <h2>La Guía de la Coma Flotante</h2> 87 87 <ul> 88 88 <li><a href="/">Inicio</a></li> ··· 117 117 <li><a href="/languages/sql/">SQL</a></li> 118 118 </ul> 119 119 </div> 120 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 120 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 121 121 122 122 </body> 123 123 </html>
+3 -3
languages/php/index.html
··· 8 8 9 9 <meta name="Description" content="Tips for using floating-point and decimal numbers in PHP"> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 55 55 </div> 56 56 </div> 57 57 <div id="sidebar"> 58 - <img src="/logo.png"> 58 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 59 59 <h2>La Guía de la Coma Flotante</h2> 60 60 <ul> 61 61 <li><a href="/">Inicio</a></li> ··· 90 90 <li><a href="/languages/sql/">SQL</a></li> 91 91 </ul> 92 92 </div> 93 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 93 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 94 94 95 95 </body> 96 96 </html>
+3 -3
languages/python/index.html
··· 8 8 9 9 <meta name="Description" content="Tips for using floating-point and decimal numbers in Python"> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 67 67 </div> 68 68 </div> 69 69 <div id="sidebar"> 70 - <img src="/logo.png"> 70 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 71 71 <h2>La Guía de la Coma Flotante</h2> 72 72 <ul> 73 73 <li><a href="/">Inicio</a></li> ··· 102 102 <li><a href="/languages/sql/">SQL</a></li> 103 103 </ul> 104 104 </div> 105 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 105 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 106 106 107 107 </body> 108 108 </html>
+3 -3
languages/sql/index.html
··· 8 8 9 9 <meta name="Description" content="Tips for using floating-point and decimal numbers in SQL"> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 59 59 </div> 60 60 </div> 61 61 <div id="sidebar"> 62 - <img src="/logo.png"> 62 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 63 63 <h2>La Guía de la Coma Flotante</h2> 64 64 <ul> 65 65 <li><a href="/">Inicio</a></li> ··· 94 94 <li><a href="/languages/sql/">SQL</a></li> 95 95 </ul> 96 96 </div> 97 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 97 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 98 98 99 99 </body> 100 100 </html>
+3 -3
references/index.html
··· 8 8 9 9 <meta name="Description" content="Documents with more in-depth information about floating-point math"> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 35 35 </div> 36 36 </div> 37 37 <div id="sidebar"> 38 - <img src="/logo.png"> 38 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 39 39 <h2>La Guía de la Coma Flotante</h2> 40 40 <ul> 41 41 <li><a href="/">Inicio</a></li> ··· 70 70 <li><a href="/languages/sql/">SQL</a></li> 71 71 </ul> 72 72 </div> 73 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 73 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 74 74 75 75 </body> 76 76 </html>
+3 -3
xkcd/index.html
··· 8 8 9 9 <meta name="Description" content="How to mess with people who've learned to *expect* rounding errors in floating-point math."> 10 10 11 - <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 11 + <link rel="stylesheet" type="text/css" href="http://juanlu001.github.com/comaflotante/style.css" media="screen"> 12 12 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 13 13 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 14 14 </head> ··· 31 31 </div> 32 32 </div> 33 33 <div id="sidebar"> 34 - <img src="/logo.png"> 34 + <img src="http://juanlu001.github.com/comaflotante/logo.png"> 35 35 <h2>La Guía de la Coma Flotante</h2> 36 36 <ul> 37 37 <li><a href="/">Inicio</a></li> ··· 66 66 <li><a href="/languages/sql/">SQL</a></li> 67 67 </ul> 68 68 </div> 69 - <a href="http://github.com/Juanlu001/floating-point-gui.de-ES"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 69 + <a href="http://github.com/Juanlu001/comaflotante"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" /></a> 70 70 71 71 </body> 72 72 </html>