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 d63c314 commit cd8a47fCopy full SHA for cd8a47f
big.js
@@ -120,6 +120,10 @@
120
Big.NE = NE;
121
Big.PE = PE;
122
Big.strict = STRICT;
123
+ Big.roundDown = 0;
124
+ Big.roundHalfUp = 1;
125
+ Big.roundHalfEven = 2;
126
+ Big.roundUp = 3;
127
128
return Big;
129
}
big.mjs
@@ -117,6 +117,10 @@ function _Big_() {
117
118
119
0 commit comments