Correct link

This commit is contained in:
Michael Mclaughlin 2016-02-10 20:55:26 +00:00
parent 451e7cc90d
commit 8ecbc2faf1
2 changed files with 2 additions and 2 deletions

View File

@ -354,7 +354,7 @@ BigNumber.config(5) // equivalent</pre>
<dt id="rounding-mode"><code><b>ROUNDING_MODE</b></code></dt>
<dd>
<i>number</i>: integer, <code>0</code> to <code>8</code> inclusive<br />
Default value: <code>4</code> <a href="#h-up">(<code>ROUND_HALF_UP</code>)</a>
Default value: <code>4</code> <a href="#round-half-up">(<code>ROUND_HALF_UP</code>)</a>
</dd>
<dd>
The rounding mode used in the above operations and the default rounding mode of

View File

@ -183,7 +183,7 @@ var count = (function pow(BigNumber) {
T(16, 2, 4.01);
T(8, 2, 3.99);
T('4096', '8', 4);
T('4096', '8', 4);
T('-1.331', '-1.1', 3);
T('5.125696', '-2.264', 2);
T('6.7266e-7', '6.7266E-7', 1);