Merge pull request #129 from zgayjjf/patch-1

docs: typo fixed
pull/135/head
Michael M 5 years ago committed by GitHub
commit fe487dc39e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2050,7 +2050,7 @@ x.toBinary(1) // '0b1p+8'</pre>
<pre>
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'

Loading…
Cancel
Save