@fileverse-dev/formulajs 4.4.29 → 4.4.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/browser/formula.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.30 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -7619,6 +7619,9 @@ function _typeof(o) {
|
|
|
7619
7619
|
if (anyError$1) {
|
|
7620
7620
|
return anyError$1;
|
|
7621
7621
|
}
|
|
7622
|
+
if (number === 0 && significance === 0) {
|
|
7623
|
+
return 0;
|
|
7624
|
+
}
|
|
7622
7625
|
if (!significance) {
|
|
7623
7626
|
return div0;
|
|
7624
7627
|
}
|