--- old/src/share/classes/java/math/RoundingMode.java 2014-04-03 08:22:56.080761104 -0700 +++ new/src/share/classes/java/math/RoundingMode.java 2014-04-03 08:22:55.875759647 -0700 @@ -51,7 +51,7 @@ * proper {@code MathContext}. A summary table showing the results * of these rounding operations for all rounding modes appears below. * - * + *
* * @@ -99,7 +99,7 @@ * value. * *

Example: - *

Summary of Rounding Operations Under Different Rounding Modes
Result of rounding input to one digit with the given * rounding mode
+ *
* * *
Rounding mode UP Examples
Input NumberInput rounded to one digit
with {@code UP} rounding @@ -123,7 +123,7 @@ * rounding mode never increases the magnitude of the calculated value. * *

Example: - * + *
* * *
Rounding mode DOWN Examples
Input NumberInput rounded to one digit
with {@code DOWN} rounding @@ -148,7 +148,7 @@ * that this rounding mode never decreases the calculated value. * *

Example: - * + *
* * *
Rounding mode CEILING Examples
Input NumberInput rounded to one digit
with {@code CEILING} rounding @@ -173,7 +173,7 @@ * this rounding mode never increases the calculated value. * *

Example: - * + *
* * *
Rounding mode FLOOR Examples
Input NumberInput rounded to one digit
with {@code FLOOR} rounding @@ -200,7 +200,7 @@ * mode commonly taught at school. * *

Example: - * + *
* * *
Rounding mode HALF_UP Examples
Input NumberInput rounded to one digit
with {@code HALF_UP} rounding @@ -226,7 +226,7 @@ * {@code RoundingMode.DOWN}. * *

Example: - * + *
* * *
Rounding mode HALF_DOWN Examples
Input NumberInput rounded to one digit
with {@code HALF_DOWN} rounding @@ -259,7 +259,7 @@ * arithmetic in Java. * *

Example: - * + *
* * *
Rounding mode HALF_EVEN Examples
Input NumberInput rounded to one digit
with {@code HALF_EVEN} rounding @@ -283,7 +283,7 @@ * specified on an operation that yields an inexact result, an * {@code ArithmeticException} is thrown. *

Example: - * + *
* * *
Rounding mode UNNECESSARY Examples
Input NumberInput rounded to one digit
with {@code UNNECESSARY} rounding