Skip to content

Commit 2b97690

Browse files
committed
#169 Correct rounding mode documentation
1 parent 7817ac0 commit 2b97690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ <h5 id="rm">RM</h5>
249249
<th>BigDecimal equivalent</th>
250250
</tr>
251251
<tr>
252-
<td>Big.roundUp</td>
252+
<td>Big.roundDown</td>
253253
<td class='centre'>0</td>
254254
<td>
255255
Rounds towards zero.<br />
@@ -276,7 +276,7 @@ <h5 id="rm">RM</h5>
276276
<td id="round-half-even">ROUND_HALF_EVEN</td>
277277
</tr>
278278
<tr>
279-
<td>Big.roundDown</td>
279+
<td>Big.roundUp</td>
280280
<td class='centre'>3</td>
281281
<td>Rounds away from zero.</td>
282282
<td id="round-up">ROUND_UP</td>

0 commit comments

Comments
 (0)