We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d4fe2 commit 307860bCopy full SHA for 307860b
bignumber.js
@@ -1270,7 +1270,7 @@
1270
1271
// Fixed-point notation.
1272
} else {
1273
- i -= ne;
+ i -= ne + (id === 2 && e > ne);
1274
str = toFixedPoint(str, e, '0');
1275
1276
// Append zeros?
bignumber.mjs
@@ -1267,7 +1267,7 @@ function clone(configObject) {
1267
1268
1269
0 commit comments