diff --git a/doc/API.html b/doc/API.html index 0d69433..c269184 100644 --- a/doc/API.html +++ b/doc/API.html @@ -354,7 +354,7 @@ BigNumber.config(5) // equivalent
ROUNDING_MODE
number: integer, 0 to 8 inclusive
- Default value: 4 (ROUND_HALF_UP) + Default value: 4 (ROUND_HALF_UP)
The rounding mode used in the above operations and the default rounding mode of diff --git a/test/pow.js b/test/pow.js index 340e032..d5ae018 100644 --- a/test/pow.js +++ b/test/pow.js @@ -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);