@univerjs/engine-formula 0.6.2 → 0.6.3
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/es/index.js
CHANGED
|
@@ -10809,6 +10809,7 @@ function Zt(i) {
|
|
|
10809
10809
|
return 0;
|
|
10810
10810
|
const a = [
|
|
10811
10811
|
-1.3026537197817094,
|
|
10812
|
+
// eslint-disable-next-line no-loss-of-precision
|
|
10812
10813
|
0.6419697923564902,
|
|
10813
10814
|
0.019476473204185836,
|
|
10814
10815
|
-0.00956151478680863,
|
|
@@ -11342,9 +11343,10 @@ function cn(i) {
|
|
|
11342
11343
|
315.35062697960416,
|
|
11343
11344
|
-1015.1563674902192,
|
|
11344
11345
|
-3107.771671572311,
|
|
11346
|
+
// eslint-disable-next-line no-loss-of-precision
|
|
11345
11347
|
22538.11842098015,
|
|
11348
|
+
// eslint-disable-next-line no-loss-of-precision
|
|
11346
11349
|
4755.846277527881,
|
|
11347
|
-
// eslint-disable-line
|
|
11348
11350
|
-134659.9598649693,
|
|
11349
11351
|
-115132.2596755535
|
|
11350
11352
|
];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FunctionVariantType } from '../../../engine/reference-object/base-reference-object';
|
|
2
|
-
import { BaseFunction } from '../../base-function';
|
|
3
2
|
import { ArrayValueObject } from '../../../engine/value-object/array-value-object';
|
|
3
|
+
import { BaseFunction } from '../../base-function';
|
|
4
4
|
export declare class Subtotal extends BaseFunction {
|
|
5
5
|
minParams: number;
|
|
6
6
|
maxParams: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/engine-formula",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "UniverSheet normal base-formula-engine",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -56,16 +56,16 @@
|
|
|
56
56
|
"@flatten-js/interval-tree": "^1.1.3",
|
|
57
57
|
"decimal.js": "^10.4.3",
|
|
58
58
|
"numfmt": "^2.5.2",
|
|
59
|
-
"@univerjs/engine-numfmt": "0.6.
|
|
60
|
-
"@univerjs/
|
|
61
|
-
"@univerjs/
|
|
59
|
+
"@univerjs/engine-numfmt": "0.6.3",
|
|
60
|
+
"@univerjs/rpc": "0.6.3",
|
|
61
|
+
"@univerjs/core": "0.6.3"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"rxjs": "^7.8.1",
|
|
65
|
-
"typescript": "^5.
|
|
65
|
+
"typescript": "^5.8.2",
|
|
66
66
|
"vite": "^6.2.0",
|
|
67
67
|
"vitest": "^3.0.7",
|
|
68
|
-
"@univerjs-infra/shared": "0.6.
|
|
68
|
+
"@univerjs-infra/shared": "0.6.3"
|
|
69
69
|
},
|
|
70
70
|
"scripts": {
|
|
71
71
|
"test": "vitest run",
|