| Rounding of a positive number to 2 decimal digits | Rounding of a negative number to 2 decimal digits | "Rappen-Rounding" of a positive number | "Rappen-Rounding" of a negative number |
| 1.111 = 1.11 | -1.111 = -1.11 | 1.11 = 1.10 | -1.11 = -1.10 |
| 1.112 = 1.11 | -1.112 = -1.11 | 1.12 = 1.10 | -1.12 = -1.10 |
| 1.113 = 1.11 | -1.113 = -1.11 | 1.13 = 1.15 | -1.13 = -1.15 |
| 1.114 = 1.11 | -1.114 = -1.11 | 1.14 = 1.15 | -1.14 = -1.15 |
| 1.115 = 1.12 | -1.115 = -1.12 | 1.15 = 1.15 | -1.15 = -1.15 |
| 1.116 = 1.12 | -1.116 = -1.12 | 1.16 = 1.15 | -1.16 = -1.15 |
| 1.117 = 1.12 | -1.117 = -1.12 | 1.17 = 1.15 | -1.17 = -1.15 |
| 1.118 = 1.12 | -1.118 = -1.12 | 1.18 = 1.20 | -1.18 = -1.20 |
| 1.119 = 1.12 | -1.119 = -1.12 | 1.19 = 1.20 | -1.19 = -1.20 |
| Decimal digits to be rounded to | Calculating range of the rounding function (positive or negative numbers) |
| 0 | 999,999,999,999,999 |
| 1 | 99,999,999,999,999 |
| 2 | 9,999,999,999,999 |
| 3 | 999,999,999,999 |
| 4 | 99,999,999,999 |
| Rappen-Rounding | 9,999,999,999,999 |