···2929Rounding modes
3030--------------
3131There are different methods to do rounding, and this can be very important in programming,
3232-because rounding can cause different probles in various contexts that can be addressed by
3232+because rounding can cause different problems in various contexts that can be addressed by
3333using a better rounding mode. The most common rounding modes are:
34343535* **Rounding towards zero** - simply truncate the extra digits. The