@danielsimonjr/mathts-functions 0.63.0 → 0.64.1
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/dist/algebra/solver/utils/solveValidation.d.ts.map +1 -1
- package/dist/algebra/sparse/csLu.d.ts.map +1 -1
- package/dist/arithmetic/pow.d.ts.map +1 -1
- package/dist/arithmetic/subtract.d.ts.map +1 -1
- package/dist/bitwise/useMatrixForArrayScalar.d.ts.map +1 -1
- package/dist/cas/layer3.d.ts +50 -0
- package/dist/cas/layer3.d.ts.map +1 -0
- package/dist/cas/rat.d.ts +17 -0
- package/dist/cas/rat.d.ts.map +1 -0
- package/dist/cas/rational-integrate.d.ts +3 -10
- package/dist/cas/rational-integrate.d.ts.map +1 -1
- package/dist/cas-integration.d.ts +3 -3
- package/dist/cas-integration.d.ts.map +1 -1
- package/dist/core/function/config.d.ts +2 -2
- package/dist/core/function/config.d.ts.map +1 -1
- package/dist/distribution-functions.d.ts.map +1 -1
- package/dist/error/ArgumentsError.d.ts.map +1 -1
- package/dist/factories/index.d.ts +5 -4
- package/dist/factories/index.d.ts.map +1 -1
- package/dist/factories/matrix-bridge.d.ts.map +1 -1
- package/dist/gpu/elementwise-gpu.d.ts +15 -15
- package/dist/gpu/elementwise-gpu.d.ts.map +1 -1
- package/dist/graph/optimization.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +868 -268
- package/dist/matrix/eigs/realSymmetric.d.ts +1 -1
- package/dist/matrix/eigs/realSymmetric.d.ts.map +1 -1
- package/dist/matrix/sqrtm.d.ts +1 -1
- package/dist/numeric/interval.d.ts.map +1 -1
- package/dist/plain/number/arithmetic.d.ts +26 -23
- package/dist/plain/number/arithmetic.d.ts.map +1 -1
- package/dist/plain/number/bitwise.d.ts +10 -7
- package/dist/plain/number/bitwise.d.ts.map +1 -1
- package/dist/plain/number/logical.d.ts +7 -4
- package/dist/plain/number/logical.d.ts.map +1 -1
- package/dist/plain/number/relational.d.ts +9 -7
- package/dist/plain/number/relational.d.ts.map +1 -1
- package/dist/plain/number/trigonometry.d.ts +28 -25
- package/dist/plain/number/trigonometry.d.ts.map +1 -1
- package/dist/plain/number/utils.d.ts +7 -5
- package/dist/plain/number/utils.d.ts.map +1 -1
- package/dist/signal-filter-extra.d.ts.map +1 -1
- package/dist/special/spheroidal.d.ts +47 -0
- package/dist/special/spheroidal.d.ts.map +1 -0
- package/dist/type/complex/Complex.d.ts.map +1 -1
- package/dist/type/local/Decimal.d.ts.map +1 -1
- package/dist/type/unit/physicalConstants.d.ts +1 -0
- package/dist/type/unit/physicalConstants.d.ts.map +1 -1
- package/dist/typed/index.d.ts +175 -175
- package/dist/typed/numeric.d.ts.map +1 -1
- package/dist/typed/polynomial-ideal.d.ts.map +1 -1
- package/dist/utils/bigint.d.ts.map +1 -1
- package/dist/wasm/WasmLoader.d.ts.map +1 -1
- package/dist/wasm/elementwise/wasm-bridge.d.ts +1 -1
- package/dist/wasm/elementwise/wasm-bridge.d.ts.map +1 -1
- package/dist/wasm/mathts-as.wasm +0 -0
- package/dist/wasm/special/scalars.d.ts.map +1 -1
- package/dist/wasm/wasm-manifest.json +1 -1
- package/package.json +11 -11
- package/types/modules.d.ts +19 -19
|
@@ -30,6 +30,6 @@ interface Dependencies {
|
|
|
30
30
|
multiply: (...args: Scalar[]) => Scalar;
|
|
31
31
|
add: (...args: Scalar[]) => Scalar;
|
|
32
32
|
}
|
|
33
|
-
export declare function createRealSymmetric({ config, addScalar, subtract, abs, atan, cos, sin, multiplyScalar, inv, bignumber, multiply, add, }: Dependencies): (arr: Scalar[][], _N: number, prec:
|
|
33
|
+
export declare function createRealSymmetric({ config, addScalar, subtract, abs, atan, cos, sin, multiplyScalar, inv, bignumber, multiply, add, }: Dependencies): (arr: Scalar[][], _N: number, prec: number | BigNumber | undefined, type: 'number' | 'BigNumber', computeVectors: boolean) => EigenResult;
|
|
34
34
|
export {};
|
|
35
35
|
//# sourceMappingURL=realSymmetric.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"realSymmetric.d.ts","sourceRoot":"","sources":["../../../src/matrix/eigs/realSymmetric.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,SAAS,MAAM,cAAc,CAAC;AAK1C,6DAA6D;AAC7D,KAAK,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;AAgBjC,wEAAwE;AACxE,UAAU,iBAAiB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,sDAAsD;AACtD,UAAU,WAAW;IACnB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,YAAY,CAAC,EAAE,iBAAiB,EAAE,CAAC;CACpC;AAED,2BAA2B;AAC3B,UAAU,MAAM;IACd,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B;AAED,2CAA2C;AAC3C,UAAU,YAAY;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAC5C,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAC3C,GAAG,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAC;IACvC,IAAI,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAC5B,GAAG,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAC3B,GAAG,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAC3B,cAAc,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IACjD,GAAG,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAC3B,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,KAAK,SAAS,CAAC;IAC7C,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,MAAM,EAAE,KAAK,MAAM,CAAC;IACxC,GAAG,EAAE,CAAC,GAAG,IAAI,EAAE,MAAM,EAAE,KAAK,MAAM,CAAC;CACpC;AAED,wBAAgB,mBAAmB,CAAC,EAClC,MAAM,EACN,SAAS,EACT,QAAQ,EACR,GAAG,EACH,IAAI,EACJ,GAAG,EACH,GAAG,EACH,cAAc,EACd,GAAG,EACH,SAAS,EACT,QAAQ,EACR,GAAG,GACJ,EAAE,YAAY,SA0BN,MAAM,EAAE,EAAE,MACX,MAAM,
|
|
1
|
+
{"version":3,"file":"realSymmetric.d.ts","sourceRoot":"","sources":["../../../src/matrix/eigs/realSymmetric.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,SAAS,MAAM,cAAc,CAAC;AAK1C,6DAA6D;AAC7D,KAAK,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;AAgBjC,wEAAwE;AACxE,UAAU,iBAAiB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,sDAAsD;AACtD,UAAU,WAAW;IACnB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,YAAY,CAAC,EAAE,iBAAiB,EAAE,CAAC;CACpC;AAED,2BAA2B;AAC3B,UAAU,MAAM;IACd,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B;AAED,2CAA2C;AAC3C,UAAU,YAAY;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAC5C,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAC3C,GAAG,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAC;IACvC,IAAI,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAC5B,GAAG,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAC3B,GAAG,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAC3B,cAAc,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IACjD,GAAG,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;IAC3B,SAAS,EAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,KAAK,SAAS,CAAC;IAC7C,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,MAAM,EAAE,KAAK,MAAM,CAAC;IACxC,GAAG,EAAE,CAAC,GAAG,IAAI,EAAE,MAAM,EAAE,KAAK,MAAM,CAAC;CACpC;AAED,wBAAgB,mBAAmB,CAAC,EAClC,MAAM,EACN,SAAS,EACT,QAAQ,EACR,GAAG,EACH,IAAI,EACJ,GAAG,EACH,GAAG,EACH,cAAc,EACd,GAAG,EACH,SAAS,EACT,QAAQ,EACR,GAAG,GACJ,EAAE,YAAY,SA0BN,MAAM,EAAE,EAAE,MACX,MAAM,QACJ,MAAM,GAAG,SAAS,oBAClB,QAAQ,GAAG,WAAW,kBACZ,OAAO,KACtB,WAAW,CAkXf"}
|
package/dist/matrix/sqrtm.d.ts
CHANGED
|
@@ -29,6 +29,6 @@ interface Dependencies {
|
|
|
29
29
|
max: TypedFunction<number | BigNumber>;
|
|
30
30
|
identity: TypedFunction<Matrix>;
|
|
31
31
|
}
|
|
32
|
-
export declare const createSqrtm: import("../utils/factory.js").FactoryFunction<Dependencies,
|
|
32
|
+
export declare const createSqrtm: import("../utils/factory.js").FactoryFunction<Dependencies, Matrix | Scalar>;
|
|
33
33
|
export {};
|
|
34
34
|
//# sourceMappingURL=sqrtm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interval.d.ts","sourceRoot":"","sources":["../../src/numeric/interval.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAYH;;;;;GAKG;AACH,qBAAa,QAAQ;IACnB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"interval.d.ts","sourceRoot":"","sources":["../../src/numeric/interval.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAYH;;;;;GAKG;AACH,qBAAa,QAAQ;IACnB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IAEpB,YAAY,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAMjC;IAED,2DAA2D;IAC3D,GAAG,CAAC,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAEzB;IAED,2DAA2D;IAC3D,GAAG,CAAC,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAEzB;IAED;;;;OAIG;IACH,GAAG,CAAC,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAMzB;IAED;;;;OAIG;IACH,GAAG,CAAC,CAAC,EAAE,QAAQ,GAAG,QAAQ,CASzB;IAED,+CAA+C;IAC/C,GAAG,IAAI,QAAQ,CAEd;IAED,iBAAiB;IACjB,KAAK,IAAI,MAAM,CAEd;IAED,uBAAuB;IACvB,GAAG,IAAI,MAAM,CAEZ;IAED,2EAA2E;IAC3E,QAAQ,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAE3B;IAED;;;OAGG;IACH,IAAI,IAAI,QAAQ,CAKf;IAED,wDAAwD;IACxD,GAAG,IAAI,QAAQ,CAEd;IAED;;;OAGG;IACH,GAAG,IAAI,QAAQ,CAKd;IAED;;;;;;;;;;;;;;;OAeG;IACH,GAAG,CAAC,CAAC,EAAE,MAAM,GAAG,QAAQ,CA0BvB;CACF;AAED,8DAA8D;AAC9D,wBAAgB,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,QAAQ,CAEzD"}
|
|
@@ -1,46 +1,48 @@
|
|
|
1
|
+
declare const n1 = "number";
|
|
2
|
+
declare const n2 = "number, number";
|
|
1
3
|
export declare function absNumber(a: number): number;
|
|
2
4
|
export declare namespace absNumber {
|
|
3
|
-
|
|
5
|
+
export { n1 as signature };
|
|
4
6
|
}
|
|
5
7
|
export declare function addNumber(a: number, b: number): number;
|
|
6
8
|
export declare namespace addNumber {
|
|
7
|
-
|
|
9
|
+
export { n2 as signature };
|
|
8
10
|
}
|
|
9
11
|
export declare function subtractNumber(a: number, b: number): number;
|
|
10
12
|
export declare namespace subtractNumber {
|
|
11
|
-
|
|
13
|
+
export { n2 as signature };
|
|
12
14
|
}
|
|
13
15
|
export declare function multiplyNumber(a: number, b: number): number;
|
|
14
16
|
export declare namespace multiplyNumber {
|
|
15
|
-
|
|
17
|
+
export { n2 as signature };
|
|
16
18
|
}
|
|
17
19
|
export declare function divideNumber(a: number, b: number): number;
|
|
18
20
|
export declare namespace divideNumber {
|
|
19
|
-
|
|
21
|
+
export { n2 as signature };
|
|
20
22
|
}
|
|
21
23
|
export declare function unaryMinusNumber(x: number): number;
|
|
22
24
|
export declare namespace unaryMinusNumber {
|
|
23
|
-
|
|
25
|
+
export { n1 as signature };
|
|
24
26
|
}
|
|
25
27
|
export declare function unaryPlusNumber(x: number): number;
|
|
26
28
|
export declare namespace unaryPlusNumber {
|
|
27
|
-
|
|
29
|
+
export { n1 as signature };
|
|
28
30
|
}
|
|
29
31
|
export declare function cbrtNumber(x: number): number;
|
|
30
32
|
export declare namespace cbrtNumber {
|
|
31
|
-
|
|
33
|
+
export { n1 as signature };
|
|
32
34
|
}
|
|
33
35
|
export declare function cubeNumber(x: number): number;
|
|
34
36
|
export declare namespace cubeNumber {
|
|
35
|
-
|
|
37
|
+
export { n1 as signature };
|
|
36
38
|
}
|
|
37
39
|
export declare function expNumber(x: number): number;
|
|
38
40
|
export declare namespace expNumber {
|
|
39
|
-
|
|
41
|
+
export { n1 as signature };
|
|
40
42
|
}
|
|
41
43
|
export declare function expm1Number(x: number): number;
|
|
42
44
|
export declare namespace expm1Number {
|
|
43
|
-
|
|
45
|
+
export { n1 as signature };
|
|
44
46
|
}
|
|
45
47
|
/**
|
|
46
48
|
* Calculate gcd for numbers
|
|
@@ -50,7 +52,7 @@ export declare namespace expm1Number {
|
|
|
50
52
|
*/
|
|
51
53
|
export declare function gcdNumber(a: number, b: number): number;
|
|
52
54
|
export declare namespace gcdNumber {
|
|
53
|
-
|
|
55
|
+
export { n2 as signature };
|
|
54
56
|
}
|
|
55
57
|
/**
|
|
56
58
|
* Calculate lcm for two numbers
|
|
@@ -60,7 +62,7 @@ export declare namespace gcdNumber {
|
|
|
60
62
|
*/
|
|
61
63
|
export declare function lcmNumber(a: number, b: number): number;
|
|
62
64
|
export declare namespace lcmNumber {
|
|
63
|
-
|
|
65
|
+
export { n2 as signature };
|
|
64
66
|
}
|
|
65
67
|
/**
|
|
66
68
|
* Calculate the logarithm of a value, optionally to a given base.
|
|
@@ -76,7 +78,7 @@ export declare function logNumber(x: number, y?: number): number;
|
|
|
76
78
|
*/
|
|
77
79
|
export declare function log10Number(x: number): number;
|
|
78
80
|
export declare namespace log10Number {
|
|
79
|
-
|
|
81
|
+
export { n1 as signature };
|
|
80
82
|
}
|
|
81
83
|
/**
|
|
82
84
|
* Calculate the 2-base logarithm of a number
|
|
@@ -85,7 +87,7 @@ export declare namespace log10Number {
|
|
|
85
87
|
*/
|
|
86
88
|
export declare function log2Number(x: number): number;
|
|
87
89
|
export declare namespace log2Number {
|
|
88
|
-
|
|
90
|
+
export { n1 as signature };
|
|
89
91
|
}
|
|
90
92
|
/**
|
|
91
93
|
* Calculate the natural logarithm of a `number+1`
|
|
@@ -94,7 +96,7 @@ export declare namespace log2Number {
|
|
|
94
96
|
*/
|
|
95
97
|
export declare function log1pNumber(x: number): number;
|
|
96
98
|
export declare namespace log1pNumber {
|
|
97
|
-
|
|
99
|
+
export { n1 as signature };
|
|
98
100
|
}
|
|
99
101
|
/**
|
|
100
102
|
* Calculate the modulus of two numbers
|
|
@@ -105,7 +107,7 @@ export declare namespace log1pNumber {
|
|
|
105
107
|
*/
|
|
106
108
|
export declare function modNumber(x: number, y: number): number;
|
|
107
109
|
export declare namespace modNumber {
|
|
108
|
-
|
|
110
|
+
export { n2 as signature };
|
|
109
111
|
}
|
|
110
112
|
/**
|
|
111
113
|
* Calculate the nth root of a, solve x^root == a
|
|
@@ -117,15 +119,15 @@ export declare namespace modNumber {
|
|
|
117
119
|
export declare function nthRootNumber(a: number, root?: number): number;
|
|
118
120
|
export declare function signNumber(x: number): number;
|
|
119
121
|
export declare namespace signNumber {
|
|
120
|
-
|
|
122
|
+
export { n1 as signature };
|
|
121
123
|
}
|
|
122
124
|
export declare function sqrtNumber(x: number): number;
|
|
123
125
|
export declare namespace sqrtNumber {
|
|
124
|
-
|
|
126
|
+
export { n1 as signature };
|
|
125
127
|
}
|
|
126
128
|
export declare function squareNumber(x: number): number;
|
|
127
129
|
export declare namespace squareNumber {
|
|
128
|
-
|
|
130
|
+
export { n1 as signature };
|
|
129
131
|
}
|
|
130
132
|
/**
|
|
131
133
|
* Calculate xgcd for two numbers
|
|
@@ -136,7 +138,7 @@ export declare namespace squareNumber {
|
|
|
136
138
|
*/
|
|
137
139
|
export declare function xgcdNumber(a: number, b: number): number[];
|
|
138
140
|
export declare namespace xgcdNumber {
|
|
139
|
-
|
|
141
|
+
export { n2 as signature };
|
|
140
142
|
}
|
|
141
143
|
/**
|
|
142
144
|
* Calculates the power of x to y, x^y, for two numbers.
|
|
@@ -146,7 +148,7 @@ export declare namespace xgcdNumber {
|
|
|
146
148
|
*/
|
|
147
149
|
export declare function powNumber(x: number, y: number): number;
|
|
148
150
|
export declare namespace powNumber {
|
|
149
|
-
|
|
151
|
+
export { n2 as signature };
|
|
150
152
|
}
|
|
151
153
|
/**
|
|
152
154
|
* round a number to the given number of decimals, or to zero if decimals is
|
|
@@ -163,6 +165,7 @@ export declare function roundNumber(value: number, decimals?: number): number;
|
|
|
163
165
|
*/
|
|
164
166
|
export declare function normNumber(x: number): number;
|
|
165
167
|
export declare namespace normNumber {
|
|
166
|
-
|
|
168
|
+
export { n1 as signature };
|
|
167
169
|
}
|
|
170
|
+
export {};
|
|
168
171
|
//# sourceMappingURL=arithmetic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"arithmetic.d.ts","sourceRoot":"","sources":["../../../src/plain/number/arithmetic.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"arithmetic.d.ts","sourceRoot":"","sources":["../../../src/plain/number/arithmetic.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,29 +1,32 @@
|
|
|
1
|
+
declare const n1 = "number";
|
|
2
|
+
declare const n2 = "number, number";
|
|
1
3
|
export declare function bitAndNumber(x: number, y: number): number;
|
|
2
4
|
export declare namespace bitAndNumber {
|
|
3
|
-
|
|
5
|
+
export { n2 as signature };
|
|
4
6
|
}
|
|
5
7
|
export declare function bitNotNumber(x: number): number;
|
|
6
8
|
export declare namespace bitNotNumber {
|
|
7
|
-
|
|
9
|
+
export { n1 as signature };
|
|
8
10
|
}
|
|
9
11
|
export declare function bitOrNumber(x: number, y: number): number;
|
|
10
12
|
export declare namespace bitOrNumber {
|
|
11
|
-
|
|
13
|
+
export { n2 as signature };
|
|
12
14
|
}
|
|
13
15
|
export declare function bitXorNumber(x: number, y: number): number;
|
|
14
16
|
export declare namespace bitXorNumber {
|
|
15
|
-
|
|
17
|
+
export { n2 as signature };
|
|
16
18
|
}
|
|
17
19
|
export declare function leftShiftNumber(x: number, y: number): number;
|
|
18
20
|
export declare namespace leftShiftNumber {
|
|
19
|
-
|
|
21
|
+
export { n2 as signature };
|
|
20
22
|
}
|
|
21
23
|
export declare function rightArithShiftNumber(x: number, y: number): number;
|
|
22
24
|
export declare namespace rightArithShiftNumber {
|
|
23
|
-
|
|
25
|
+
export { n2 as signature };
|
|
24
26
|
}
|
|
25
27
|
export declare function rightLogShiftNumber(x: number, y: number): number;
|
|
26
28
|
export declare namespace rightLogShiftNumber {
|
|
27
|
-
|
|
29
|
+
export { n2 as signature };
|
|
28
30
|
}
|
|
31
|
+
export {};
|
|
29
32
|
//# sourceMappingURL=bitwise.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bitwise.d.ts","sourceRoot":"","sources":["../../../src/plain/number/bitwise.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bitwise.d.ts","sourceRoot":"","sources":["../../../src/plain/number/bitwise.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,EAAE,WAAW,CAAC;AACpB,QAAA,MAAM,EAAE,mBAAmB,CAAC;AAE5B,wBAAgB,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAMzD;yBANe,YAAY;aAOH,EAAE;;AAE3B,wBAAgB,YAAY,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAM9C;yBANe,YAAY;aAOH,EAAE;;AAE3B,wBAAgB,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAMxD;yBANe,WAAW;aAOH,EAAE;;AAE1B,wBAAgB,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAMzD;yBANe,YAAY;aAOH,EAAE;;AAE3B,wBAAgB,eAAe,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAM5D;yBANe,eAAe;aAOH,EAAE;;AAE9B,wBAAgB,qBAAqB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAMlE;yBANe,qBAAqB;aAOH,EAAE;;AAEpC,wBAAgB,mBAAmB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAMhE;yBANe,mBAAmB;aAOH,EAAE"}
|
|
@@ -1,17 +1,20 @@
|
|
|
1
|
+
declare const n1 = "number";
|
|
2
|
+
declare const n2 = "number, number";
|
|
1
3
|
export declare function notNumber(x: number): boolean;
|
|
2
4
|
export declare namespace notNumber {
|
|
3
|
-
|
|
5
|
+
export { n1 as signature };
|
|
4
6
|
}
|
|
5
7
|
export declare function orNumber(x: number, y: number): boolean;
|
|
6
8
|
export declare namespace orNumber {
|
|
7
|
-
|
|
9
|
+
export { n2 as signature };
|
|
8
10
|
}
|
|
9
11
|
export declare function xorNumber(x: number, y: number): boolean;
|
|
10
12
|
export declare namespace xorNumber {
|
|
11
|
-
|
|
13
|
+
export { n2 as signature };
|
|
12
14
|
}
|
|
13
15
|
export declare function andNumber(x: number, y: number): boolean;
|
|
14
16
|
export declare namespace andNumber {
|
|
15
|
-
|
|
17
|
+
export { n2 as signature };
|
|
16
18
|
}
|
|
19
|
+
export {};
|
|
17
20
|
//# sourceMappingURL=logical.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logical.d.ts","sourceRoot":"","sources":["../../../src/plain/number/logical.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"logical.d.ts","sourceRoot":"","sources":["../../../src/plain/number/logical.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,EAAE,WAAW,CAAC;AACpB,QAAA,MAAM,EAAE,mBAAmB,CAAC;AAE5B,wBAAgB,SAAS,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAE5C;yBAFe,SAAS;aAGH,EAAE;;AAExB,wBAAgB,QAAQ,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,OAAO,CAEtD;yBAFe,QAAQ;aAGH,EAAE;;AAEvB,wBAAgB,SAAS,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,OAAO,CAEvD;yBAFe,SAAS;aAGH,EAAE;;AAExB,wBAAgB,SAAS,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,OAAO,CAEvD;yBAFe,SAAS;aAGH,EAAE"}
|
|
@@ -1,29 +1,31 @@
|
|
|
1
|
+
declare const n2 = "number, number";
|
|
1
2
|
export declare function equalNumber(x: number, y: number): boolean;
|
|
2
3
|
export declare namespace equalNumber {
|
|
3
|
-
|
|
4
|
+
export { n2 as signature };
|
|
4
5
|
}
|
|
5
6
|
export declare function unequalNumber(x: number, y: number): boolean;
|
|
6
7
|
export declare namespace unequalNumber {
|
|
7
|
-
|
|
8
|
+
export { n2 as signature };
|
|
8
9
|
}
|
|
9
10
|
export declare function smallerNumber(x: number, y: number): boolean;
|
|
10
11
|
export declare namespace smallerNumber {
|
|
11
|
-
|
|
12
|
+
export { n2 as signature };
|
|
12
13
|
}
|
|
13
14
|
export declare function smallerEqNumber(x: number, y: number): boolean;
|
|
14
15
|
export declare namespace smallerEqNumber {
|
|
15
|
-
|
|
16
|
+
export { n2 as signature };
|
|
16
17
|
}
|
|
17
18
|
export declare function largerNumber(x: number, y: number): boolean;
|
|
18
19
|
export declare namespace largerNumber {
|
|
19
|
-
|
|
20
|
+
export { n2 as signature };
|
|
20
21
|
}
|
|
21
22
|
export declare function largerEqNumber(x: number, y: number): boolean;
|
|
22
23
|
export declare namespace largerEqNumber {
|
|
23
|
-
|
|
24
|
+
export { n2 as signature };
|
|
24
25
|
}
|
|
25
26
|
export declare function compareNumber(x: number, y: number): number;
|
|
26
27
|
export declare namespace compareNumber {
|
|
27
|
-
|
|
28
|
+
export { n2 as signature };
|
|
28
29
|
}
|
|
30
|
+
export {};
|
|
29
31
|
//# sourceMappingURL=relational.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"relational.d.ts","sourceRoot":"","sources":["../../../src/plain/number/relational.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"relational.d.ts","sourceRoot":"","sources":["../../../src/plain/number/relational.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,EAAE,mBAAmB,CAAC;AAE5B,wBAAgB,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,OAAO,CAEzD;yBAFe,WAAW;aAGH,EAAE;;AAE1B,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,OAAO,CAE3D;yBAFe,aAAa;aAGH,EAAE;;AAE5B,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,OAAO,CAE3D;yBAFe,aAAa;aAGH,EAAE;;AAE5B,wBAAgB,eAAe,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,OAAO,CAE7D;yBAFe,eAAe;aAGH,EAAE;;AAE9B,wBAAgB,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,OAAO,CAE1D;yBAFe,YAAY;aAGH,EAAE;;AAE3B,wBAAgB,cAAc,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,OAAO,CAE5D;yBAFe,cAAc;aAGH,EAAE;;AAE7B,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAI1D;yBAJe,aAAa;aAKH,EAAE"}
|
|
@@ -1,101 +1,104 @@
|
|
|
1
|
+
declare const n1 = "number";
|
|
2
|
+
declare const n2 = "number, number";
|
|
1
3
|
export declare function acosNumber(x: number): number;
|
|
2
4
|
export declare namespace acosNumber {
|
|
3
|
-
|
|
5
|
+
export { n1 as signature };
|
|
4
6
|
}
|
|
5
7
|
export declare function acoshNumber(x: number): number;
|
|
6
8
|
export declare namespace acoshNumber {
|
|
7
|
-
|
|
9
|
+
export { n1 as signature };
|
|
8
10
|
}
|
|
9
11
|
export declare function acotNumber(x: number): number;
|
|
10
12
|
export declare namespace acotNumber {
|
|
11
|
-
|
|
13
|
+
export { n1 as signature };
|
|
12
14
|
}
|
|
13
15
|
export declare function acothNumber(x: number): number;
|
|
14
16
|
export declare namespace acothNumber {
|
|
15
|
-
|
|
17
|
+
export { n1 as signature };
|
|
16
18
|
}
|
|
17
19
|
export declare function acscNumber(x: number): number;
|
|
18
20
|
export declare namespace acscNumber {
|
|
19
|
-
|
|
21
|
+
export { n1 as signature };
|
|
20
22
|
}
|
|
21
23
|
export declare function acschNumber(x: number): number;
|
|
22
24
|
export declare namespace acschNumber {
|
|
23
|
-
|
|
25
|
+
export { n1 as signature };
|
|
24
26
|
}
|
|
25
27
|
export declare function asecNumber(x: number): number;
|
|
26
28
|
export declare namespace asecNumber {
|
|
27
|
-
|
|
29
|
+
export { n1 as signature };
|
|
28
30
|
}
|
|
29
31
|
export declare function asechNumber(x: number): number;
|
|
30
32
|
export declare namespace asechNumber {
|
|
31
|
-
|
|
33
|
+
export { n1 as signature };
|
|
32
34
|
}
|
|
33
35
|
export declare function asinNumber(x: number): number;
|
|
34
36
|
export declare namespace asinNumber {
|
|
35
|
-
|
|
37
|
+
export { n1 as signature };
|
|
36
38
|
}
|
|
37
39
|
export declare function asinhNumber(x: number): number;
|
|
38
40
|
export declare namespace asinhNumber {
|
|
39
|
-
|
|
41
|
+
export { n1 as signature };
|
|
40
42
|
}
|
|
41
43
|
export declare function atanNumber(x: number): number;
|
|
42
44
|
export declare namespace atanNumber {
|
|
43
|
-
|
|
45
|
+
export { n1 as signature };
|
|
44
46
|
}
|
|
45
47
|
export declare function atan2Number(y: number, x: number): number;
|
|
46
48
|
export declare namespace atan2Number {
|
|
47
|
-
|
|
49
|
+
export { n2 as signature };
|
|
48
50
|
}
|
|
49
51
|
export declare function atanhNumber(x: number): number;
|
|
50
52
|
export declare namespace atanhNumber {
|
|
51
|
-
|
|
53
|
+
export { n1 as signature };
|
|
52
54
|
}
|
|
53
55
|
export declare function cosNumber(x: number): number;
|
|
54
56
|
export declare namespace cosNumber {
|
|
55
|
-
|
|
57
|
+
export { n1 as signature };
|
|
56
58
|
}
|
|
57
59
|
export declare function coshNumber(x: number): number;
|
|
58
60
|
export declare namespace coshNumber {
|
|
59
|
-
|
|
61
|
+
export { n1 as signature };
|
|
60
62
|
}
|
|
61
63
|
export declare function cotNumber(x: number): number;
|
|
62
64
|
export declare namespace cotNumber {
|
|
63
|
-
|
|
65
|
+
export { n1 as signature };
|
|
64
66
|
}
|
|
65
67
|
export declare function cothNumber(x: number): number;
|
|
66
68
|
export declare namespace cothNumber {
|
|
67
|
-
|
|
69
|
+
export { n1 as signature };
|
|
68
70
|
}
|
|
69
71
|
export declare function cscNumber(x: number): number;
|
|
70
72
|
export declare namespace cscNumber {
|
|
71
|
-
|
|
73
|
+
export { n1 as signature };
|
|
72
74
|
}
|
|
73
75
|
export declare function cschNumber(x: number): number;
|
|
74
76
|
export declare namespace cschNumber {
|
|
75
|
-
|
|
77
|
+
export { n1 as signature };
|
|
76
78
|
}
|
|
77
79
|
export declare function secNumber(x: number): number;
|
|
78
80
|
export declare namespace secNumber {
|
|
79
|
-
|
|
81
|
+
export { n1 as signature };
|
|
80
82
|
}
|
|
81
83
|
export declare function sechNumber(x: number): number;
|
|
82
84
|
export declare namespace sechNumber {
|
|
83
|
-
|
|
85
|
+
export { n1 as signature };
|
|
84
86
|
}
|
|
85
87
|
export declare function sinNumber(x: number): number;
|
|
86
88
|
export declare namespace sinNumber {
|
|
87
|
-
|
|
89
|
+
export { n1 as signature };
|
|
88
90
|
}
|
|
89
91
|
export declare function sinhNumber(x: number): number;
|
|
90
92
|
export declare namespace sinhNumber {
|
|
91
|
-
|
|
93
|
+
export { n1 as signature };
|
|
92
94
|
}
|
|
93
95
|
export declare function tanNumber(x: number): number;
|
|
94
96
|
export declare namespace tanNumber {
|
|
95
|
-
|
|
97
|
+
export { n1 as signature };
|
|
96
98
|
}
|
|
97
99
|
export declare function tanhNumber(x: number): number;
|
|
98
100
|
export declare namespace tanhNumber {
|
|
99
|
-
|
|
101
|
+
export { n1 as signature };
|
|
100
102
|
}
|
|
103
|
+
export {};
|
|
101
104
|
//# sourceMappingURL=trigonometry.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trigonometry.d.ts","sourceRoot":"","sources":["../../../src/plain/number/trigonometry.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"trigonometry.d.ts","sourceRoot":"","sources":["../../../src/plain/number/trigonometry.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,EAAE,WAAW,CAAC;AACpB,QAAA,MAAM,EAAE,mBAAmB,CAAC;AAE5B,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE5C;yBAFe,UAAU;aAGH,EAAE;;AAEzB,wBAAgB,WAAW,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE7C;yBAFe,WAAW;aAGH,EAAE;;AAE1B,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE5C;yBAFe,UAAU;aAGH,EAAE;;AAEzB,wBAAgB,WAAW,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE7C;yBAFe,WAAW;aAGH,EAAE;;AAE1B,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE5C;yBAFe,UAAU;aAGH,EAAE;;AAEzB,wBAAgB,WAAW,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAG7C;yBAHe,WAAW;aAIH,EAAE;;AAE1B,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE5C;yBAFe,UAAU;aAGH,EAAE;;AAEzB,wBAAgB,WAAW,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAI7C;yBAJe,WAAW;aAKH,EAAE;;AAE1B,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE5C;yBAFe,UAAU;aAGH,EAAE;;AAEzB,wBAAgB,WAAW,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE7C;yBAFe,WAAW;aAGH,EAAE;;AAE1B,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE5C;yBAFe,UAAU;aAGH,EAAE;;AAEzB,wBAAgB,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAExD;yBAFe,WAAW;aAGH,EAAE;;AAE1B,wBAAgB,WAAW,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE7C;yBAFe,WAAW;aAGH,EAAE;;AAE1B,wBAAgB,SAAS,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE3C;yBAFe,SAAS;aAGH,EAAE;;AAExB,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE5C;yBAFe,UAAU;aAGH,EAAE;;AAEzB,wBAAgB,SAAS,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE3C;yBAFe,SAAS;aAGH,EAAE;;AAExB,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAG5C;yBAHe,UAAU;aAIH,EAAE;;AAEzB,wBAAgB,SAAS,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE3C;yBAFe,SAAS;aAGH,EAAE;;AAExB,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAO5C;yBAPe,UAAU;aAQH,EAAE;;AAEzB,wBAAgB,SAAS,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE3C;yBAFe,SAAS;aAGH,EAAE;;AAExB,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE5C;yBAFe,UAAU;aAGH,EAAE;;AAEzB,wBAAgB,SAAS,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE3C;yBAFe,SAAS;aAGH,EAAE;;AAExB,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE5C;yBAFe,UAAU;aAGH,EAAE;;AAEzB,wBAAgB,SAAS,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE3C;yBAFe,SAAS;aAGH,EAAE;;AAExB,wBAAgB,UAAU,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAE5C;yBAFe,UAAU;aAGH,EAAE"}
|
|
@@ -1,21 +1,23 @@
|
|
|
1
|
+
declare const n1 = "number";
|
|
1
2
|
export declare function isIntegerNumber(x: number): boolean;
|
|
2
3
|
export declare namespace isIntegerNumber {
|
|
3
|
-
|
|
4
|
+
export { n1 as signature };
|
|
4
5
|
}
|
|
5
6
|
export declare function isNegativeNumber(x: number): boolean;
|
|
6
7
|
export declare namespace isNegativeNumber {
|
|
7
|
-
|
|
8
|
+
export { n1 as signature };
|
|
8
9
|
}
|
|
9
10
|
export declare function isPositiveNumber(x: number): boolean;
|
|
10
11
|
export declare namespace isPositiveNumber {
|
|
11
|
-
|
|
12
|
+
export { n1 as signature };
|
|
12
13
|
}
|
|
13
14
|
export declare function isZeroNumber(x: number): boolean;
|
|
14
15
|
export declare namespace isZeroNumber {
|
|
15
|
-
|
|
16
|
+
export { n1 as signature };
|
|
16
17
|
}
|
|
17
18
|
export declare function isNaNNumber(x: number): boolean;
|
|
18
19
|
export declare namespace isNaNNumber {
|
|
19
|
-
|
|
20
|
+
export { n1 as signature };
|
|
20
21
|
}
|
|
22
|
+
export {};
|
|
21
23
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/plain/number/utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/plain/number/utils.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,EAAE,WAAW,CAAC;AAEpB,wBAAgB,eAAe,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAElD;yBAFe,eAAe;aAGH,EAAE;;AAE9B,wBAAgB,gBAAgB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAEnD;yBAFe,gBAAgB;aAGH,EAAE;;AAE/B,wBAAgB,gBAAgB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAEnD;yBAFe,gBAAgB;aAGH,EAAE;;AAE/B,wBAAgB,YAAY,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAE/C;yBAFe,YAAY;aAGH,EAAE;;AAE3B,wBAAgB,WAAW,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAE9C;yBAFe,WAAW;aAGH,EAAE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"signal-filter-extra.d.ts","sourceRoot":"","sources":["../src/signal-filter-extra.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AAMrD,KAAK,GAAG,GAAG,SAAS,MAAM,EAAE,GAAG,YAAY,CAAC;AAG5C,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"signal-filter-extra.d.ts","sourceRoot":"","sources":["../src/signal-filter-extra.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AAMrD,KAAK,GAAG,GAAG,SAAS,MAAM,EAAE,GAAG,YAAY,CAAC;AAG5C,eAAO,MAAM,IAAI,MAAO,MAAM,KAAG,MAA+D,CAAC;AAEjG;;;;GAIG;AACH,wBAAgB,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAahE;AAkCD;;;GAGG;AACH,wBAAgB,OAAO,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,GAAG,MAAM,EAAE,CAExD;AAED;;;;GAIG;AACH,wBAAgB,SAAS,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,GAAG,MAAM,EAAE,CAuBlD;AAED;;;;GAIG;AACH,wBAAgB,QAAQ,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,GAAG,MAAM,EAAE,CA+BzD;AAMD,eAAO,MAAM,IAAI,MAAO,OAAO,KAAK,OAAO,KAAG,OAAmB,CAAC;AAClE,eAAO,MAAM,IAAI,MAAO,OAAO,KAAK,OAAO,KAAG,OAAmB,CAAC;AAClE,eAAO,MAAM,IAAI,MAAO,OAAO,KAAK,OAAO,KAAG,OAAwB,CAAC;AACvE,eAAO,MAAM,IAAI,MAAO,OAAO,KAAK,OAAO,KAAG,OAAsB,CAAC;AACrE,4FAA4F;AAC5F,eAAO,MAAM,MAAM,MAAO,OAAO,KAAK,MAAM,KAAG,OAAqC,CAAC;AAErF,wEAAwE;AACxE,wBAAgB,aAAa,CAAC,KAAK,EAAE,OAAO,EAAE,GAAG,MAAM,EAAE,CAWxD;AAED,mFAAmF;AACnF,MAAM,WAAW,WAAW;IAC1B,CAAC,EAAE,OAAO,EAAE,CAAC;IACb,CAAC,EAAE,OAAO,EAAE,CAAC;IACb,CAAC,EAAE,MAAM,CAAC;CACX;AAED,MAAM,MAAM,WAAW,GAAG,KAAK,GAAG,MAAM,GAAG,UAAU,GAAG,UAAU,CAAC;AAoFnE,6DAA6D;AAC7D,wBAAgB,OAAO,CAAC,CAAC,EAAE,OAAO,EAAE,EAAE,CAAC,EAAE,OAAO,EAAE,EAAE,CAAC,EAAE,MAAM,GAAG;IAAE,CAAC,EAAE,MAAM,EAAE,CAAC;IAAC,CAAC,EAAE,MAAM,EAAE,CAAA;CAAE,CAE3F;AAgBD;;;;;GAKG;AACH,wBAAgB,eAAe,CAC7B,KAAK,EAAE,WAAW,EAClB,EAAE,EAAE,MAAM,GAAG,SAAS,MAAM,EAAE,EAC9B,KAAK,EAAE,WAAW,GACjB;IAAE,CAAC,EAAE,MAAM,EAAE,CAAC;IAAC,CAAC,EAAE,MAAM,EAAE,CAAA;CAAE,CAgB9B;AAaD;;;;;GAKG;AACH,wBAAgB,MAAM,CACpB,CAAC,EAAE,MAAM,EACT,EAAE,EAAE,MAAM,GAAG,SAAS,MAAM,EAAE,EAC9B,KAAK,GAAE,WAAmB,GACzB;IAAE,CAAC,EAAE,MAAM,EAAE,CAAC;IAAC,CAAC,EAAE,MAAM,EAAE,CAAA;CAAE,CAG9B"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Prolate spheroidal wave functions — angular characteristic values
|
|
3
|
+
* `λ_mn(c)` and the angular function `S_mn(c, η)` via the associated-Legendre
|
|
4
|
+
* expansion (Flammer / Hodge). The pentadiagonal recurrence in the expansion
|
|
5
|
+
* coefficients reduces to a symmetric tridiagonal eigenproblem on each
|
|
6
|
+
* parity chain (even/odd `n−m`); we reuse matrix `eig`.
|
|
7
|
+
*
|
|
8
|
+
* As `c → 0`, `λ_mn → n(n+1)` and `S_mn(c, η) → P_n^m(η)` (Ferrers).
|
|
9
|
+
* Oracle: `c = 0` closed form + finite-difference residual of the angular
|
|
10
|
+
* ODE; scipy's `pro_cv` / `pro_ang1` when available in the gap suite.
|
|
11
|
+
*
|
|
12
|
+
* @packageDocumentation
|
|
13
|
+
*/
|
|
14
|
+
type f64 = number;
|
|
15
|
+
/**
|
|
16
|
+
* Ferrers associated Legendre `P_n^m(x)` on `[-1, 1]` via the standard
|
|
17
|
+
* recurrence (stable for the modest `n` used by the expansion).
|
|
18
|
+
*/
|
|
19
|
+
export declare function ferrersP(n: number, m: number, x: f64): f64;
|
|
20
|
+
/**
|
|
21
|
+
* Angular characteristic value `λ_mn(c)` of the prolate spheroidal equation.
|
|
22
|
+
* `λ_mn(0) = n(n+1)`.
|
|
23
|
+
*/
|
|
24
|
+
export declare function spheroidalLambda(m: number, n: number, c: f64): f64;
|
|
25
|
+
/** Alias matching the DLMF `λ_mn(c)` notation. */
|
|
26
|
+
export declare const spheroidalCharacteristic: typeof spheroidalLambda;
|
|
27
|
+
/**
|
|
28
|
+
* Prolate angular spheroidal function `S_mn(c, η)` on `η ∈ [-1, 1]`.
|
|
29
|
+
* `S_mn(0, η) = P_n^m(η)`.
|
|
30
|
+
*/
|
|
31
|
+
export declare function spheroidalAngular(m: number, n: number, c: f64, eta: f64): f64;
|
|
32
|
+
/**
|
|
33
|
+
* Prolate radial function of the first kind `R_mn^{(1)}(c, ξ)` for `ξ ≥ 1`,
|
|
34
|
+
* obtained from the angular function by the joining relation
|
|
35
|
+
* `R_mn^{(1)}(c, ξ) ∝ S_mn(c, ξ)` continued off `[-1,1]` via the same
|
|
36
|
+
* associated-Legendre series (analytic continuation of Ferrers to `ξ > 1`
|
|
37
|
+
* through the same recurrence — valid for the modest `n` used here).
|
|
38
|
+
*
|
|
39
|
+
* Scaled so `R_mn^{(1)}(c, ξ) ∼ j_n(c ξ)` as `ξ → ∞` is NOT enforced (that
|
|
40
|
+
* needs the spherical-Bessel joining factor). This export is the angular
|
|
41
|
+
* series evaluated at `ξ`, which satisfies the radial ODE in `ξ` after the
|
|
42
|
+
* standard `η ↔ ξ` substitution and is the quantity the characteristic-value
|
|
43
|
+
* tests pin.
|
|
44
|
+
*/
|
|
45
|
+
export declare function spheroidalRadial(m: number, n: number, c: f64, xi: f64): f64;
|
|
46
|
+
export {};
|
|
47
|
+
//# sourceMappingURL=spheroidal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spheroidal.d.ts","sourceRoot":"","sources":["../../src/special/spheroidal.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAIH,KAAK,GAAG,GAAG,MAAM,CAAC;AAclB;;;GAGG;AACH,wBAAgB,QAAQ,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,GAAG,GAAG,GAAG,CAsB1D;AAqFD;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,GAAG,GAAG,GAAG,CAIlE;AAED,kDAAkD;AAClD,eAAO,MAAM,wBAAwB,yBAAmB,CAAC;AAEzD;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,GAAG,CA2B7E;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,gBAAgB,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,GAAG,GAAG,CAS3E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Complex.d.ts","sourceRoot":"","sources":["../../../src/type/complex/Complex.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"Complex.d.ts","sourceRoot":"","sources":["../../../src/type/complex/Complex.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,YAAY,CAAC;AAErD;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,MAAM,EAAE,SAAS,CAAC;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;CACZ;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,CAAC,EAAE,MAAM,CAAC;IACV,GAAG,EAAE,MAAM,CAAC;CACb;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,aAAa,GAAG,aAAa,CAAC;IAC5D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,OAAQ,SAAQ,YAAY;IAC3C,IAAI,EAAE,SAAS,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAChB,MAAM,IAAI,WAAW,CAAC;IACtB,OAAO,IAAI,gBAAgB,CAAC;IAC5B,MAAM,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,oBAAoB,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC,GAAG,MAAM,CAAC;CACvF;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,CAAC,EAAE,MAAM,CAAC;IACV,GAAG,EAAE,MAAM,CAAC;CACb;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;CACb;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,KAAK,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,WAAW,GAAG,UAAU,GAAG,WAAW,EAAE,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACxF,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,WAAW,GAAG,UAAU,GAAG,WAAW,EAAE,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACpF,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE;QACT,CAAC,KAAK,EAAE,UAAU,GAAG,OAAO,CAAC;QAC7B,CAAC,CAAC,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;KACnC,CAAC;IACF,QAAQ,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC;IACzC,OAAO,EAAE,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,KAAK,MAAM,CAAC;IAC5C,IAAI,EAAE,OAAO,CAAC;IACd,GAAG,EAAE,OAAO,CAAC;IACb,CAAC,EAAE,OAAO,CAAC;IACX,EAAE,EAAE,OAAO,CAAC;IACZ,CAAC,EAAE,OAAO,CAAC;IACX,QAAQ,EAAE,OAAO,CAAC;IAClB,GAAG,EAAE,OAAO,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Decimal.d.ts","sourceRoot":"","sources":["../../../src/type/local/Decimal.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,eAAO,MAAM,QAAQ,IAAI,CAAC;AAC1B,eAAO,MAAM,UAAU,IAAI,CAAC;AAC5B,eAAO,MAAM,UAAU,IAAI,CAAC;AAC5B,eAAO,MAAM,WAAW,IAAI,CAAC;AAC7B,eAAO,MAAM,aAAa,IAAI,CAAC;AAC/B,eAAO,MAAM,eAAe,IAAI,CAAC;AACjC,eAAO,MAAM,eAAe,IAAI,CAAC;AACjC,eAAO,MAAM,eAAe,IAAI,CAAC;AACjC,eAAO,MAAM,gBAAgB,IAAI,CAAC;AAClC,eAAO,MAAM,MAAM,IAAI,CAAC;AAExB,MAAM,WAAW,aAAa;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAYD;;GAEG;AACH,qBAAa,OAAO;IAClB,mDAAmD;IAC5C,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IAC1B,6BAA6B;IACtB,CAAC,EAAE,MAAM,CAAC;IACjB,wBAAwB;IACjB,CAAC,EAAE,MAAM,CAAC;IAEjB,8BAA8B;IAC9B,MAAM,CAAC,QAAQ,CAAC,QAAQ,KAAY;IACpC,MAAM,CAAC,QAAQ,CAAC,UAAU,KAAc;IACxC,MAAM,CAAC,QAAQ,CAAC,UAAU,KAAc;IACxC,MAAM,CAAC,QAAQ,CAAC,WAAW,KAAe;IAC1C,MAAM,CAAC,QAAQ,CAAC,aAAa,KAAiB;IAC9C,MAAM,CAAC,QAAQ,CAAC,eAAe,KAAmB;IAClD,MAAM,CAAC,QAAQ,CAAC,eAAe,KAAmB;IAClD,MAAM,CAAC,QAAQ,CAAC,eAAe,KAAmB;IAClD,MAAM,CAAC,QAAQ,CAAC,gBAAgB,KAAoB;IACpD,MAAM,CAAC,QAAQ,CAAC,MAAM,KAAU;IAEhC,wBAAwB;IACxB,MAAM,KAAK,SAAS,IAAI,MAAM,CAE7B;
|
|
1
|
+
{"version":3,"file":"Decimal.d.ts","sourceRoot":"","sources":["../../../src/type/local/Decimal.ts"],"names":[],"mappings":"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"}
|