mirror of
https://github.com/MikeMcl/decimal.js.git
synced 2024-10-27 20:34:12 +00:00
Corrected config comments re toFormat
This commit is contained in:
parent
8ca98c1735
commit
da6ae2b716
@ -1273,9 +1273,6 @@
|
|||||||
* fractionGroupSize : 0
|
* fractionGroupSize : 0
|
||||||
* };
|
* };
|
||||||
*
|
*
|
||||||
* If groupFractionDigits is truthy, fraction digits will be separated into 5-digit groupings
|
|
||||||
* using the space character as separator.
|
|
||||||
*
|
|
||||||
* [dp] {number} Decimal places. Integer, -MAX_DIGITS to MAX_DIGITS inclusive.
|
* [dp] {number} Decimal places. Integer, -MAX_DIGITS to MAX_DIGITS inclusive.
|
||||||
* [rm] {number} Rounding mode. Integer, 0 to 8 inclusive
|
* [rm] {number} Rounding mode. Integer, 0 to 8 inclusive
|
||||||
*
|
*
|
||||||
@ -3186,7 +3183,8 @@
|
|||||||
* groupSeparator {string}
|
* groupSeparator {string}
|
||||||
* groupSize {number}
|
* groupSize {number}
|
||||||
* secondaryGroupSize {number}
|
* secondaryGroupSize {number}
|
||||||
* groupFractionDigits {boolean|number}
|
* fractionGroupSeparator {string}
|
||||||
|
* fractionGroupSize {number}
|
||||||
*
|
*
|
||||||
* A format object will replace the existing Decimal.format object without any property
|
* A format object will replace the existing Decimal.format object without any property
|
||||||
* checking.
|
* checking.
|
||||||
|
Loading…
Reference in New Issue
Block a user