@fileverse-dev/formulajs 4.4.11-mod-5 → 4.4.11-mod-6
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 +82 -129
- package/lib/browser/formula.min.js +2 -2
- package/lib/browser/formula.min.js.map +1 -1
- package/lib/cjs/index.cjs +72 -128
- package/lib/esm/index.mjs +3 -37
- package/package.json +1 -1
- package/types/cjs/index.d.cts +0 -24
- package/types/esm/index.d.mts +0 -24
package/package.json
CHANGED
package/types/cjs/index.d.cts
CHANGED
|
@@ -1862,27 +1862,6 @@ export function FREQUENCY(data_array: any, bins_array: any): number[] | Error;
|
|
|
1862
1862
|
* @returns
|
|
1863
1863
|
*/
|
|
1864
1864
|
export function FTEST(array1: any, array2: any): number | Error;
|
|
1865
|
-
export const FUNCTION_LOCALE: {
|
|
1866
|
-
n: string;
|
|
1867
|
-
t: number;
|
|
1868
|
-
d: string;
|
|
1869
|
-
a: string;
|
|
1870
|
-
p: ({
|
|
1871
|
-
name: string;
|
|
1872
|
-
detail: string;
|
|
1873
|
-
example: string;
|
|
1874
|
-
require: string;
|
|
1875
|
-
repeat?: undefined;
|
|
1876
|
-
type?: undefined;
|
|
1877
|
-
} | {
|
|
1878
|
-
name: string;
|
|
1879
|
-
detail: string;
|
|
1880
|
-
example: string;
|
|
1881
|
-
require: string;
|
|
1882
|
-
repeat: string;
|
|
1883
|
-
type: string;
|
|
1884
|
-
})[];
|
|
1885
|
-
}[];
|
|
1886
1865
|
/**
|
|
1887
1866
|
* Returns the future value of an investment.
|
|
1888
1867
|
*
|
|
@@ -3995,9 +3974,6 @@ export function SECOND(serial_number: any): any;
|
|
|
3995
3974
|
* @returns
|
|
3996
3975
|
*/
|
|
3997
3976
|
export function SERIESSUM(x: any, n: any, m: any, coefficients: any): number | Error;
|
|
3998
|
-
export namespace SERVICE_API_KEY {
|
|
3999
|
-
let Etherscan: string;
|
|
4000
|
-
}
|
|
4001
3977
|
/**
|
|
4002
3978
|
* -- Not implemented --
|
|
4003
3979
|
*
|
package/types/esm/index.d.mts
CHANGED
|
@@ -1862,27 +1862,6 @@ export function FREQUENCY(data_array: any, bins_array: any): number[] | Error;
|
|
|
1862
1862
|
* @returns
|
|
1863
1863
|
*/
|
|
1864
1864
|
export function FTEST(array1: any, array2: any): number | Error;
|
|
1865
|
-
export const FUNCTION_LOCALE: {
|
|
1866
|
-
n: string;
|
|
1867
|
-
t: number;
|
|
1868
|
-
d: string;
|
|
1869
|
-
a: string;
|
|
1870
|
-
p: ({
|
|
1871
|
-
name: string;
|
|
1872
|
-
detail: string;
|
|
1873
|
-
example: string;
|
|
1874
|
-
require: string;
|
|
1875
|
-
repeat?: undefined;
|
|
1876
|
-
type?: undefined;
|
|
1877
|
-
} | {
|
|
1878
|
-
name: string;
|
|
1879
|
-
detail: string;
|
|
1880
|
-
example: string;
|
|
1881
|
-
require: string;
|
|
1882
|
-
repeat: string;
|
|
1883
|
-
type: string;
|
|
1884
|
-
})[];
|
|
1885
|
-
}[];
|
|
1886
1865
|
/**
|
|
1887
1866
|
* Returns the future value of an investment.
|
|
1888
1867
|
*
|
|
@@ -3995,9 +3974,6 @@ export function SECOND(serial_number: any): any;
|
|
|
3995
3974
|
* @returns
|
|
3996
3975
|
*/
|
|
3997
3976
|
export function SERIESSUM(x: any, n: any, m: any, coefficients: any): number | Error;
|
|
3998
|
-
export namespace SERVICE_API_KEY {
|
|
3999
|
-
let Etherscan: string;
|
|
4000
|
-
}
|
|
4001
3977
|
/**
|
|
4002
3978
|
* -- Not implemented --
|
|
4003
3979
|
*
|