diff --git a/doc/API.html b/doc/API.html index 600ec0e..cfdb617 100644 --- a/doc/API.html +++ b/doc/API.html @@ -2050,7 +2050,7 @@ x.toBinary(1) // '0b1p+8'
x = new Decimal(12.34567) x.toDecimalPlaces(0) // '12' -x.toDecimalPlaces(1, Decimal.ROUND_UP) // '12.3' +x.toDecimalPlaces(1, Decimal.ROUND_UP) // '12.4' y = new Decimal(9876.54321) y.toDP(3) // '9876.543'