@fileverse-dev/dsheet 2.0.31-a → 2.0.32-mix

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.
@@ -21617,13 +21617,13 @@ function bn(e, t, r, a, n) {
21617
21617
  }
21618
21618
  if (o.v === 1 / 0 || o.v === -1 / 0)
21619
21619
  o.m = o.v.toString();
21620
- else if (cc(o.v))
21621
- o.m = uc(o.v);
21622
- else if (o.v.toString().toLowerCase().indexOf("e") > -1)
21623
- o.m = lc(o.v);
21624
21620
  else {
21625
21621
  const G = Math.round(o.v * 1e9) / 1e9;
21626
- if (h.isNil(o.ct)) {
21622
+ if (cc(G))
21623
+ o.m = uc(G);
21624
+ else if (o.v.toString().toLowerCase().indexOf("e") > -1)
21625
+ o.m = lc(o.v);
21626
+ else if (h.isNil(o.ct)) {
21627
21627
  const U = It(G);
21628
21628
  U != null && (o.m = U[0].toString());
21629
21629
  } else {
package/dist/formula.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { FLVURL as r } from "@fileverse-dev/formulajs";
2
- import { e as t, f } from "./executeStringFunction-BuxBjU-d.js";
2
+ import { e as t, f } from "./executeStringFunction-CqY9CxQI.js";
3
3
  export {
4
4
  r as FLVURL,
5
5
  t as executeStringFunction,