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.

fixed typo

+1 -1
+1 -1
content/errors/rounding.html
··· 29 29 Rounding modes 30 30 -------------- 31 31 There are different methods to do rounding, and this can be very important in programming, 32 - because rounding can cause different probles in various contexts that can be addressed by 32 + because rounding can cause different problems in various contexts that can be addressed by 33 33 using a better rounding mode. The most common rounding modes are: 34 34 35 35 * **Rounding towards zero** - simply truncate the extra digits. The