@danielsimonjr/mathts-functions 0.64.1 → 0.64.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.
Files changed (228) hide show
  1. package/README.md +21 -21
  2. package/dist/algebra/decomposition/lup.d.ts.map +1 -1
  3. package/dist/algebra/rationalize.d.ts.map +1 -1
  4. package/dist/algebra/simplify/util.d.ts.map +1 -1
  5. package/dist/algebra/simplify/wildcards.d.ts +10 -0
  6. package/dist/algebra/simplify/wildcards.d.ts.map +1 -1
  7. package/dist/algebra/simplifyConstant.d.ts.map +1 -1
  8. package/dist/algebra/simplifyCore.d.ts.map +1 -1
  9. package/dist/algebra/solver/lsolve.d.ts.map +1 -1
  10. package/dist/algebra/solver/lsolveAll.d.ts +1 -0
  11. package/dist/algebra/solver/lsolveAll.d.ts.map +1 -1
  12. package/dist/algebra/solver/lusolve.d.ts.map +1 -1
  13. package/dist/algebra/solver/usolve.d.ts.map +1 -1
  14. package/dist/algebra/solver/usolveAll.d.ts +1 -0
  15. package/dist/algebra/solver/usolveAll.d.ts.map +1 -1
  16. package/dist/algebra/solver/utils/solveValidation.d.ts +4 -0
  17. package/dist/algebra/solver/utils/solveValidation.d.ts.map +1 -1
  18. package/dist/algebra/sparse/csAmd.d.ts +4 -0
  19. package/dist/algebra/sparse/csAmd.d.ts.map +1 -1
  20. package/dist/algebra/sparse/csChol.d.ts +12 -0
  21. package/dist/algebra/sparse/csChol.d.ts.map +1 -1
  22. package/dist/algebra/sparse/csCounts.d.ts +4 -0
  23. package/dist/algebra/sparse/csCounts.d.ts.map +1 -1
  24. package/dist/algebra/sparse/csDfs.d.ts +0 -1
  25. package/dist/algebra/sparse/csDfs.d.ts.map +1 -1
  26. package/dist/algebra/sparse/csLu.d.ts +9 -0
  27. package/dist/algebra/sparse/csLu.d.ts.map +1 -1
  28. package/dist/algebra/sparse/csSpsolve.d.ts +4 -0
  29. package/dist/algebra/sparse/csSpsolve.d.ts.map +1 -1
  30. package/dist/algebra/sparse/csSqr.d.ts +5 -0
  31. package/dist/algebra/sparse/csSqr.d.ts.map +1 -1
  32. package/dist/algebra/sparse/csSymperm.d.ts +4 -0
  33. package/dist/algebra/sparse/csSymperm.d.ts.map +1 -1
  34. package/dist/arithmetic/ceil.d.ts.map +1 -1
  35. package/dist/arithmetic/divide.d.ts.map +1 -1
  36. package/dist/arithmetic/fix.d.ts.map +1 -1
  37. package/dist/arithmetic/floor.d.ts.map +1 -1
  38. package/dist/arithmetic/log.d.ts.map +1 -1
  39. package/dist/arithmetic/log10.d.ts.map +1 -1
  40. package/dist/arithmetic/nthRoot.d.ts.map +1 -1
  41. package/dist/arithmetic/round.d.ts.map +1 -1
  42. package/dist/arithmetic/utils/nodeOperations.d.ts +1 -0
  43. package/dist/arithmetic/utils/nodeOperations.d.ts.map +1 -1
  44. package/dist/bitwise/leftShift.d.ts.map +1 -1
  45. package/dist/bitwise/rightArithShift.d.ts.map +1 -1
  46. package/dist/bitwise/rightLogShift.d.ts.map +1 -1
  47. package/dist/bitwise/useMatrixForArrayScalar.d.ts.map +1 -1
  48. package/dist/calculus-extra.d.ts.map +1 -1
  49. package/dist/cas/rat.d.ts +17 -0
  50. package/dist/cas/rat.d.ts.map +1 -1
  51. package/dist/clustering-extra.d.ts +4 -0
  52. package/dist/clustering-extra.d.ts.map +1 -1
  53. package/dist/complex/conj.d.ts.map +1 -1
  54. package/dist/complex/re.d.ts.map +1 -1
  55. package/dist/core/function/config.d.ts +8 -0
  56. package/dist/core/function/config.d.ts.map +1 -1
  57. package/dist/core/function/import.d.ts +5 -0
  58. package/dist/core/function/import.d.ts.map +1 -1
  59. package/dist/descriptive-stats.d.ts +16 -0
  60. package/dist/descriptive-stats.d.ts.map +1 -1
  61. package/dist/distribution-functions.d.ts.map +1 -1
  62. package/dist/expression/operators.d.ts +1 -1
  63. package/dist/factories/matrix-bridge.d.ts +7 -0
  64. package/dist/factories/matrix-bridge.d.ts.map +1 -1
  65. package/dist/geometry-extra.d.ts.map +1 -1
  66. package/dist/grad-forward.d.ts +1 -0
  67. package/dist/grad-forward.d.ts.map +1 -1
  68. package/dist/hypothesis-extra.d.ts +23 -0
  69. package/dist/hypothesis-extra.d.ts.map +1 -1
  70. package/dist/index.js +411 -126
  71. package/dist/logical/and.d.ts.map +1 -1
  72. package/dist/logical/nullish.d.ts.map +1 -1
  73. package/dist/matrix/det.d.ts +1 -1
  74. package/dist/matrix/det.d.ts.map +1 -1
  75. package/dist/matrix/diag.d.ts.map +1 -1
  76. package/dist/matrix/eigs/complexEigs.d.ts +5 -1
  77. package/dist/matrix/eigs/complexEigs.d.ts.map +1 -1
  78. package/dist/matrix/eigs/realSymmetric.d.ts +4 -0
  79. package/dist/matrix/eigs/realSymmetric.d.ts.map +1 -1
  80. package/dist/matrix/eigs.d.ts +1 -1
  81. package/dist/matrix/eigs.d.ts.map +1 -1
  82. package/dist/matrix/inv.d.ts +1 -1
  83. package/dist/matrix/inv.d.ts.map +1 -1
  84. package/dist/matrix/matrixFromColumns.d.ts.map +1 -1
  85. package/dist/matrix/matrixFromRows.d.ts.map +1 -1
  86. package/dist/matrix/native-accel.d.ts.map +1 -1
  87. package/dist/matrix/ones.d.ts.map +1 -1
  88. package/dist/matrix/pinv.d.ts +1 -1
  89. package/dist/matrix/pinv.d.ts.map +1 -1
  90. package/dist/matrix/range.d.ts.map +1 -1
  91. package/dist/matrix/resize.d.ts.map +1 -1
  92. package/dist/matrix/sqrtm.d.ts +1 -1
  93. package/dist/matrix/sqrtm.d.ts.map +1 -1
  94. package/dist/matrix/subset.d.ts.map +1 -1
  95. package/dist/matrix/utils/zerosAndOnes.d.ts +13 -0
  96. package/dist/matrix/utils/zerosAndOnes.d.ts.map +1 -1
  97. package/dist/matrix/zeros.d.ts.map +1 -1
  98. package/dist/ml/glm.d.ts +2 -0
  99. package/dist/ml/glm.d.ts.map +1 -1
  100. package/dist/ml/kde.d.ts +1 -0
  101. package/dist/ml/kde.d.ts.map +1 -1
  102. package/dist/ml/logistic-regression.d.ts +2 -0
  103. package/dist/ml/logistic-regression.d.ts.map +1 -1
  104. package/dist/ml/ols.d.ts +2 -0
  105. package/dist/ml/ols.d.ts.map +1 -1
  106. package/dist/ml/regularized-regression.d.ts +6 -0
  107. package/dist/ml/regularized-regression.d.ts.map +1 -1
  108. package/dist/numeric/numeric-jacobian.d.ts +1 -0
  109. package/dist/numeric/numeric-jacobian.d.ts.map +1 -1
  110. package/dist/numeric-extra.d.ts.map +1 -1
  111. package/dist/optimization-extra.d.ts +8 -0
  112. package/dist/optimization-extra.d.ts.map +1 -1
  113. package/dist/plain/number/arithmetic.d.ts +15 -1
  114. package/dist/plain/number/arithmetic.d.ts.map +1 -1
  115. package/dist/plain/number/bitwise.d.ts +35 -0
  116. package/dist/plain/number/bitwise.d.ts.map +1 -1
  117. package/dist/plain/number/combinations.d.ts +8 -0
  118. package/dist/plain/number/combinations.d.ts.map +1 -1
  119. package/dist/plain/number/logical.d.ts +4 -0
  120. package/dist/plain/number/logical.d.ts.map +1 -1
  121. package/dist/plain/number/probability.d.ts +14 -0
  122. package/dist/plain/number/probability.d.ts.map +1 -1
  123. package/dist/plain/number/relational.d.ts +12 -0
  124. package/dist/plain/number/relational.d.ts.map +1 -1
  125. package/dist/plain/number/trigonometry.d.ts +33 -0
  126. package/dist/plain/number/trigonometry.d.ts.map +1 -1
  127. package/dist/plain/number/utils.d.ts +5 -0
  128. package/dist/plain/number/utils.d.ts.map +1 -1
  129. package/dist/probability/util/seededRNG.d.ts +6 -0
  130. package/dist/probability/util/seededRNG.d.ts.map +1 -1
  131. package/dist/regression-extra.d.ts +1 -0
  132. package/dist/regression-extra.d.ts.map +1 -1
  133. package/dist/signal/iir-design.d.ts.map +1 -1
  134. package/dist/signal/remez-exchange.d.ts +4 -0
  135. package/dist/signal/remez-exchange.d.ts.map +1 -1
  136. package/dist/signal-filter-extra.d.ts +1 -0
  137. package/dist/signal-filter-extra.d.ts.map +1 -1
  138. package/dist/special/hypergeometric.d.ts +1 -1
  139. package/dist/special/niche.d.ts +2 -2
  140. package/dist/special/wave-functions.d.ts +4 -4
  141. package/dist/special/zeta.d.ts.map +1 -1
  142. package/dist/stats/power-analysis.d.ts +1 -0
  143. package/dist/stats/power-analysis.d.ts.map +1 -1
  144. package/dist/trigonometry/atan2.d.ts.map +1 -1
  145. package/dist/type/bignumber/BigNumber.d.ts +1 -1
  146. package/dist/type/bignumber/BigNumber.d.ts.map +1 -1
  147. package/dist/type/local/Decimal.d.ts +1 -0
  148. package/dist/type/local/Decimal.d.ts.map +1 -1
  149. package/dist/type/matrix/ImmutableDenseMatrix.d.ts +28 -38
  150. package/dist/type/matrix/ImmutableDenseMatrix.d.ts.map +1 -1
  151. package/dist/type/matrix/MatrixIndex.d.ts.map +1 -1
  152. package/dist/type/matrix/Spa.d.ts +1 -1
  153. package/dist/type/matrix/function/index.d.ts.map +1 -1
  154. package/dist/type/matrix/utils/matAlgo09xS0Sf.d.ts.map +1 -1
  155. package/dist/type/matrix/utils/matAlgo11xS0s.d.ts.map +1 -1
  156. package/dist/type/matrix/utils/matrixAlgorithmSuite.d.ts.map +1 -1
  157. package/dist/type/unit/physicalConstants.d.ts +1 -1
  158. package/dist/type/unit/physicalConstants.d.ts.map +1 -1
  159. package/dist/typed/arithmetic.d.ts +91 -91
  160. package/dist/typed/arithmetic.d.ts.map +1 -1
  161. package/dist/typed/bitwise.d.ts +14 -14
  162. package/dist/typed/bitwise.d.ts.map +1 -1
  163. package/dist/typed/cas.d.ts.map +1 -1
  164. package/dist/typed/combinatorics.d.ts +21 -21
  165. package/dist/typed/combinatorics.d.ts.map +1 -1
  166. package/dist/typed/complex.d.ts +8 -8
  167. package/dist/typed/complex.d.ts.map +1 -1
  168. package/dist/typed/distributions.d.ts +28 -28
  169. package/dist/typed/distributions.d.ts.map +1 -1
  170. package/dist/typed/geometry.d.ts +4 -4
  171. package/dist/typed/graph.d.ts.map +1 -1
  172. package/dist/typed/hypothesis.d.ts +26 -0
  173. package/dist/typed/hypothesis.d.ts.map +1 -1
  174. package/dist/typed/integration.d.ts +1 -1
  175. package/dist/typed/logical.d.ts +10 -10
  176. package/dist/typed/logical.d.ts.map +1 -1
  177. package/dist/typed/matrix-ops.d.ts +9 -9
  178. package/dist/typed/matrix-ops.d.ts.map +1 -1
  179. package/dist/typed/numeric.d.ts +4 -4
  180. package/dist/typed/numeric.d.ts.map +1 -1
  181. package/dist/typed/polynomial-ideal.d.ts +10 -0
  182. package/dist/typed/polynomial-ideal.d.ts.map +1 -1
  183. package/dist/typed/probability.d.ts +16 -16
  184. package/dist/typed/probability.d.ts.map +1 -1
  185. package/dist/typed/relational.d.ts +14 -14
  186. package/dist/typed/relational.d.ts.map +1 -1
  187. package/dist/typed/set.d.ts +20 -20
  188. package/dist/typed/set.d.ts.map +1 -1
  189. package/dist/typed/signal.d.ts +23 -23
  190. package/dist/typed/signal.d.ts.map +1 -1
  191. package/dist/typed/special.d.ts +76 -76
  192. package/dist/typed/special.d.ts.map +1 -1
  193. package/dist/typed/statistics.d.ts +34 -34
  194. package/dist/typed/statistics.d.ts.map +1 -1
  195. package/dist/typed/string.d.ts +10 -10
  196. package/dist/typed/string.d.ts.map +1 -1
  197. package/dist/typed/trigonometry.d.ts +38 -38
  198. package/dist/typed/trigonometry.d.ts.map +1 -1
  199. package/dist/typed/unit.d.ts +4 -4
  200. package/dist/typed/unit.d.ts.map +1 -1
  201. package/dist/types.d.ts +7 -1
  202. package/dist/types.d.ts.map +1 -1
  203. package/dist/utils/bignumber/bitwise.d.ts +21 -0
  204. package/dist/utils/bignumber/bitwise.d.ts.map +1 -1
  205. package/dist/utils/bignumber/nearlyEqual.d.ts +16 -0
  206. package/dist/utils/bignumber/nearlyEqual.d.ts.map +1 -1
  207. package/dist/utils/emitter.d.ts +1 -0
  208. package/dist/utils/emitter.d.ts.map +1 -1
  209. package/dist/utils/factory.d.ts +2 -1
  210. package/dist/utils/factory.d.ts.map +1 -1
  211. package/dist/utils/is.d.ts +140 -0
  212. package/dist/utils/is.d.ts.map +1 -1
  213. package/dist/utils/noop.d.ts +3 -0
  214. package/dist/utils/noop.d.ts.map +1 -1
  215. package/dist/utils/product.d.ts +4 -1
  216. package/dist/utils/product.d.ts.map +1 -1
  217. package/dist/wasm/WasmLoader.d.ts +6 -0
  218. package/dist/wasm/WasmLoader.d.ts.map +1 -1
  219. package/dist/wasm/elementwise/wasm-bridge.d.ts +1 -0
  220. package/dist/wasm/elementwise/wasm-bridge.d.ts.map +1 -1
  221. package/dist/wasm/special/scalars.d.ts +22 -0
  222. package/dist/wasm/special/scalars.d.ts.map +1 -1
  223. package/dist/wasm/special/wasm-bridge.d.ts +80 -0
  224. package/dist/wasm/special/wasm-bridge.d.ts.map +1 -1
  225. package/package.json +76 -76
  226. package/types/assemblyscript.d.ts +101 -101
  227. package/types/index.d.ts +7801 -7801
  228. package/types/modules.d.ts +19 -19
@@ -22,73 +22,73 @@ export type NormalizationType = 'unbiased' | 'uncorrected' | 'biased';
22
22
  /**
23
23
  * Parallel sum with typed-function dispatch
24
24
  */
25
- export declare const parallelStatSum: import("typed-function").TypedFunction;
25
+ export declare const parallelStatSum: import("@danielsimonjr/mathts-core").TypedFunction;
26
26
  /**
27
27
  * Parallel mean with typed-function dispatch
28
28
  */
29
- export declare const parallelStatMean: import("typed-function").TypedFunction;
29
+ export declare const parallelStatMean: import("@danielsimonjr/mathts-core").TypedFunction;
30
30
  /**
31
31
  * Parallel variance with typed-function dispatch
32
32
  *
33
33
  * Uses Welford's algorithm for numerical stability
34
34
  */
35
- export declare const parallelStatVariance: import("typed-function").TypedFunction;
35
+ export declare const parallelStatVariance: import("@danielsimonjr/mathts-core").TypedFunction;
36
36
  /**
37
37
  * Parallel standard deviation with typed-function dispatch
38
38
  */
39
- export declare const parallelStatStd: import("typed-function").TypedFunction;
39
+ export declare const parallelStatStd: import("@danielsimonjr/mathts-core").TypedFunction;
40
40
  /**
41
41
  * Parallel minimum with typed-function dispatch
42
42
  */
43
- export declare const parallelStatMin: import("typed-function").TypedFunction;
43
+ export declare const parallelStatMin: import("@danielsimonjr/mathts-core").TypedFunction;
44
44
  /**
45
45
  * Parallel maximum with typed-function dispatch
46
46
  */
47
- export declare const parallelStatMax: import("typed-function").TypedFunction;
47
+ export declare const parallelStatMax: import("@danielsimonjr/mathts-core").TypedFunction;
48
48
  /**
49
49
  * Parallel minmax with typed-function dispatch
50
50
  * Returns both min and max in a single pass
51
51
  */
52
- export declare const parallelStatMinMax: import("typed-function").TypedFunction;
52
+ export declare const parallelStatMinMax: import("@danielsimonjr/mathts-core").TypedFunction;
53
53
  /**
54
54
  * Parallel median with typed-function dispatch
55
55
  *
56
56
  * Note: Median requires sorting which is O(n log n)
57
57
  */
58
- export declare const parallelStatMedian: import("typed-function").TypedFunction;
58
+ export declare const parallelStatMedian: import("@danielsimonjr/mathts-core").TypedFunction;
59
59
  /**
60
60
  * Parallel mode with typed-function dispatch
61
61
  * Returns the most frequently occurring value(s)
62
62
  */
63
- export declare const parallelStatMode: import("typed-function").TypedFunction;
63
+ export declare const parallelStatMode: import("@danielsimonjr/mathts-core").TypedFunction;
64
64
  /**
65
65
  * Parallel product with typed-function dispatch
66
66
  */
67
- export declare const parallelStatProd: import("typed-function").TypedFunction;
67
+ export declare const parallelStatProd: import("@danielsimonjr/mathts-core").TypedFunction;
68
68
  /**
69
69
  * Parallel Euclidean norm (L2 norm) with typed-function dispatch
70
70
  */
71
- export declare const parallelStatNorm: import("typed-function").TypedFunction;
71
+ export declare const parallelStatNorm: import("@danielsimonjr/mathts-core").TypedFunction;
72
72
  /**
73
73
  * Parallel Euclidean distance with typed-function dispatch
74
74
  */
75
- export declare const parallelStatDistance: import("typed-function").TypedFunction;
75
+ export declare const parallelStatDistance: import("@danielsimonjr/mathts-core").TypedFunction;
76
76
  /**
77
77
  * Parallel Pearson correlation coefficient
78
78
  */
79
- export declare const parallelStatCorr: import("typed-function").TypedFunction;
79
+ export declare const parallelStatCorr: import("@danielsimonjr/mathts-core").TypedFunction;
80
80
  /**
81
81
  * Parallel Mean Absolute Deviation
82
82
  */
83
- export declare const parallelStatMAD: import("typed-function").TypedFunction;
83
+ export declare const parallelStatMAD: import("@danielsimonjr/mathts-core").TypedFunction;
84
84
  /**
85
85
  * Parallel cumulative sum
86
86
  */
87
- export declare const parallelStatCumsum: import("typed-function").TypedFunction;
87
+ export declare const parallelStatCumsum: import("@danielsimonjr/mathts-core").TypedFunction;
88
88
  /**
89
89
  * Parallel quantile computation
90
90
  */
91
- export declare const parallelStatQuantile: import("typed-function").TypedFunction;
91
+ export declare const parallelStatQuantile: import("@danielsimonjr/mathts-core").TypedFunction;
92
92
  /**
93
93
  * Compute the p-th percentile of a Float64Array.
94
94
  *
@@ -102,7 +102,7 @@ export declare function parallelStatPercentile(data: Float64Array, p: f64): f64;
102
102
  /**
103
103
  * Parallel histogram computation
104
104
  */
105
- export declare const parallelStatHistogram: import("typed-function").TypedFunction;
105
+ export declare const parallelStatHistogram: import("@danielsimonjr/mathts-core").TypedFunction;
106
106
  /**
107
107
  * Select the k-th smallest element from an array using Hoare's quickselect algorithm.
108
108
  * Average O(n) time complexity.
@@ -139,24 +139,24 @@ export declare function maxSelect(arr: number[], k: i32): number[];
139
139
  * Primary export: typed statistics functions
140
140
  */
141
141
  export declare const typedStatistics: {
142
- sum: import("typed-function").TypedFunction;
143
- mean: import("typed-function").TypedFunction;
144
- variance: import("typed-function").TypedFunction;
145
- std: import("typed-function").TypedFunction;
146
- min: import("typed-function").TypedFunction;
147
- max: import("typed-function").TypedFunction;
148
- minMax: import("typed-function").TypedFunction;
149
- median: import("typed-function").TypedFunction;
150
- mode: import("typed-function").TypedFunction;
151
- prod: import("typed-function").TypedFunction;
152
- norm: import("typed-function").TypedFunction;
153
- distance: import("typed-function").TypedFunction;
154
- corr: import("typed-function").TypedFunction;
155
- mad: import("typed-function").TypedFunction;
156
- cumsum: import("typed-function").TypedFunction;
157
- quantile: import("typed-function").TypedFunction;
142
+ sum: import("@danielsimonjr/mathts-core").TypedFunction;
143
+ mean: import("@danielsimonjr/mathts-core").TypedFunction;
144
+ variance: import("@danielsimonjr/mathts-core").TypedFunction;
145
+ std: import("@danielsimonjr/mathts-core").TypedFunction;
146
+ min: import("@danielsimonjr/mathts-core").TypedFunction;
147
+ max: import("@danielsimonjr/mathts-core").TypedFunction;
148
+ minMax: import("@danielsimonjr/mathts-core").TypedFunction;
149
+ median: import("@danielsimonjr/mathts-core").TypedFunction;
150
+ mode: import("@danielsimonjr/mathts-core").TypedFunction;
151
+ prod: import("@danielsimonjr/mathts-core").TypedFunction;
152
+ norm: import("@danielsimonjr/mathts-core").TypedFunction;
153
+ distance: import("@danielsimonjr/mathts-core").TypedFunction;
154
+ corr: import("@danielsimonjr/mathts-core").TypedFunction;
155
+ mad: import("@danielsimonjr/mathts-core").TypedFunction;
156
+ cumsum: import("@danielsimonjr/mathts-core").TypedFunction;
157
+ quantile: import("@danielsimonjr/mathts-core").TypedFunction;
158
158
  percentile: typeof parallelStatPercentile;
159
- histogram: import("typed-function").TypedFunction;
159
+ histogram: import("@danielsimonjr/mathts-core").TypedFunction;
160
160
  quickSelect: typeof quickSelect;
161
161
  medianSelect: typeof medianSelect;
162
162
  minSelect: typeof minSelect;
@@ -1 +1 @@
1
- {"version":3,"file":"statistics.d.ts","sourceRoot":"","sources":["../../src/typed/statistics.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAUH,0CAA0C;AAC1C,KAAK,GAAG,GAAG,MAAM,CAAC;AAElB,4BAA4B;AAC5B,KAAK,GAAG,GAAG,MAAM,CAAC;AAMlB;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,UAAU,GAAG,aAAa,GAAG,QAAQ,CAAC;AAiBtE;;GAEG;AACH,eAAO,MAAM,eAAe,wCAoB1B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,gBAAgB,wCAqB3B,CAAC;AAMH;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,wCA2D/B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,eAAe,wCAgC1B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,eAAe,wCAuB1B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,eAAe,wCAuB1B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,kBAAkB,wCAe7B,CAAC;AAMH;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,wCAgC7B,CAAC;AAMH;;;GAGG;AACH,eAAO,MAAM,gBAAgB,wCA2B3B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,gBAAgB,wCA8B3B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,gBAAgB,wCA4D3B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,oBAAoB,wCAiB/B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,gBAAgB,wCAgC3B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,eAAe,wCAsB1B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,kBAAkB,wCAc7B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,oBAAoB,wCAgC/B,CAAC;AAMH;;;;;;;;GAQG;AACH,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,YAAY,EAAE,CAAC,EAAE,GAAG,GAAG,GAAG,CAGtE;AAMD;;GAEG;AACH,eAAO,MAAM,qBAAqB,wCAsBhC,CAAC;AAMH;;;;;;;GAOG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,GAAG,GAAG,GAAG,CAMtD;AA8CD;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,GAAG,CAc/C;AAED;;;;;;GAMG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,GAAG,GAAG,MAAM,EAAE,CAWzD;AAED;;;;;;GAMG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,GAAG,GAAG,MAAM,EAAE,CAWzD;AAMD;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;CAuB3B,CAAC;AAEF;;GAEG;AACH,wBAAsB,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC,CAE1D;AAED;;GAEG;AACH,wBAAsB,mBAAmB,IAAI,OAAO,CAAC,IAAI,CAAC,CAEzD"}
1
+ {"version":3,"file":"statistics.d.ts","sourceRoot":"","sources":["../../src/typed/statistics.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAUH,0CAA0C;AAC1C,KAAK,GAAG,GAAG,MAAM,CAAC;AAElB,4BAA4B;AAC5B,KAAK,GAAG,GAAG,MAAM,CAAC;AAMlB;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,UAAU,GAAG,aAAa,GAAG,QAAQ,CAAC;AAiBtE;;GAEG;AACH,eAAO,MAAM,eAAe,oDAoB1B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,gBAAgB,oDAqB3B,CAAC;AAMH;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,oDA2D/B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,eAAe,oDAgC1B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,eAAe,oDAuB1B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,eAAe,oDAuB1B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,kBAAkB,oDAe7B,CAAC;AAMH;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,oDAgC7B,CAAC;AAMH;;;GAGG;AACH,eAAO,MAAM,gBAAgB,oDA2B3B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,gBAAgB,oDA8B3B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,gBAAgB,oDA4D3B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,oBAAoB,oDAiB/B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,gBAAgB,oDAgC3B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,eAAe,oDAsB1B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,kBAAkB,oDAc7B,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,oBAAoB,oDAgC/B,CAAC;AAMH;;;;;;;;GAQG;AACH,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,YAAY,EAAE,CAAC,EAAE,GAAG,GAAG,GAAG,CAGtE;AAMD;;GAEG;AACH,eAAO,MAAM,qBAAqB,oDAsBhC,CAAC;AAMH;;;;;;;GAOG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,GAAG,GAAG,GAAG,CAMtD;AA8CD;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,GAAG,CAc/C;AAED;;;;;;GAMG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,GAAG,GAAG,MAAM,EAAE,CAWzD;AAED;;;;;;GAMG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,GAAG,GAAG,MAAM,EAAE,CAWzD;AAMD;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;CAuB3B,CAAC;AAEF;;GAEG;AACH,wBAAsB,oBAAoB,IAAI,OAAO,CAAC,IAAI,CAAC,CAE1D;AAED;;GAEG;AACH,wBAAsB,mBAAmB,IAAI,OAAO,CAAC,IAAI,CAAC,CAEzD"}
@@ -35,7 +35,7 @@
35
35
  * bin(0) // '0b0'
36
36
  * ```
37
37
  */
38
- export declare const bin: import("typed-function").TypedFunction;
38
+ export declare const bin: import("@danielsimonjr/mathts-core").TypedFunction;
39
39
  /**
40
40
  * Format a number as hexadecimal.
41
41
  *
@@ -50,7 +50,7 @@ export declare const bin: import("typed-function").TypedFunction;
50
50
  * hex(0) // '0x0'
51
51
  * ```
52
52
  */
53
- export declare const hex: import("typed-function").TypedFunction;
53
+ export declare const hex: import("@danielsimonjr/mathts-core").TypedFunction;
54
54
  /**
55
55
  * Format a number as octal.
56
56
  *
@@ -65,7 +65,7 @@ export declare const hex: import("typed-function").TypedFunction;
65
65
  * oct(0) // '0o0'
66
66
  * ```
67
67
  */
68
- export declare const oct: import("typed-function").TypedFunction;
68
+ export declare const oct: import("@danielsimonjr/mathts-core").TypedFunction;
69
69
  /**
70
70
  * Format a value of any type into a string.
71
71
  *
@@ -85,7 +85,7 @@ export declare const oct: import("typed-function").TypedFunction;
85
85
  * format(NaN) // 'NaN'
86
86
  * ```
87
87
  */
88
- export declare const format: import("typed-function").TypedFunction;
88
+ export declare const format: import("@danielsimonjr/mathts-core").TypedFunction;
89
89
  /**
90
90
  * Interpolate values into a string template.
91
91
  *
@@ -100,15 +100,15 @@ export declare const format: import("typed-function").TypedFunction;
100
100
  * print('pi ≈ $pi', { pi: Math.PI }, 4) // 'pi ≈ 3.142'
101
101
  * ```
102
102
  */
103
- export declare const print: import("typed-function").TypedFunction;
103
+ export declare const print: import("@danielsimonjr/mathts-core").TypedFunction;
104
104
  /**
105
105
  * All typed string-formatting functions.
106
106
  */
107
107
  export declare const typedString: {
108
- bin: import("typed-function").TypedFunction;
109
- hex: import("typed-function").TypedFunction;
110
- oct: import("typed-function").TypedFunction;
111
- format: import("typed-function").TypedFunction;
112
- print: import("typed-function").TypedFunction;
108
+ bin: import("@danielsimonjr/mathts-core").TypedFunction;
109
+ hex: import("@danielsimonjr/mathts-core").TypedFunction;
110
+ oct: import("@danielsimonjr/mathts-core").TypedFunction;
111
+ format: import("@danielsimonjr/mathts-core").TypedFunction;
112
+ print: import("@danielsimonjr/mathts-core").TypedFunction;
113
113
  };
114
114
  //# sourceMappingURL=string.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"string.d.ts","sourceRoot":"","sources":["../../src/typed/string.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAkGH;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,GAAG,wCAQd,CAAC;AAMH;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,GAAG,wCAQd,CAAC;AAMH;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,GAAG,wCAQd,CAAC;AAMH;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,MAAM,wCAyCjB,CAAC;AAMH;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,KAAK,wCAShB,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,WAAW;;;;;;CAMvB,CAAC"}
1
+ {"version":3,"file":"string.d.ts","sourceRoot":"","sources":["../../src/typed/string.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAkGH;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,GAAG,oDAQd,CAAC;AAMH;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,GAAG,oDAQd,CAAC;AAMH;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,GAAG,oDAQd,CAAC;AAMH;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,MAAM,oDAyCjB,CAAC;AAMH;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,KAAK,oDAShB,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,WAAW;;;;;;CAMvB,CAAC"}
@@ -14,98 +14,98 @@
14
14
  /**
15
15
  * Sine function with parallel array support
16
16
  */
17
- export declare const sin: import("typed-function").TypedFunction;
17
+ export declare const sin: import("@danielsimonjr/mathts-core").TypedFunction;
18
18
  /**
19
19
  * Cosine function with parallel array support
20
20
  */
21
- export declare const cos: import("typed-function").TypedFunction;
21
+ export declare const cos: import("@danielsimonjr/mathts-core").TypedFunction;
22
22
  /**
23
23
  * Tangent function with parallel array support
24
24
  */
25
- export declare const tan: import("typed-function").TypedFunction;
25
+ export declare const tan: import("@danielsimonjr/mathts-core").TypedFunction;
26
26
  /**
27
27
  * Cosecant function (1/sin)
28
28
  */
29
- export declare const csc: import("typed-function").TypedFunction;
29
+ export declare const csc: import("@danielsimonjr/mathts-core").TypedFunction;
30
30
  /**
31
31
  * Secant function (1/cos)
32
32
  */
33
- export declare const sec: import("typed-function").TypedFunction;
33
+ export declare const sec: import("@danielsimonjr/mathts-core").TypedFunction;
34
34
  /**
35
35
  * Cotangent function (1/tan)
36
36
  */
37
- export declare const cot: import("typed-function").TypedFunction;
37
+ export declare const cot: import("@danielsimonjr/mathts-core").TypedFunction;
38
38
  /**
39
39
  * Arc sine (inverse sine)
40
40
  */
41
- export declare const asin: import("typed-function").TypedFunction;
41
+ export declare const asin: import("@danielsimonjr/mathts-core").TypedFunction;
42
42
  /**
43
43
  * Arc cosine (inverse cosine)
44
44
  */
45
- export declare const acos: import("typed-function").TypedFunction;
45
+ export declare const acos: import("@danielsimonjr/mathts-core").TypedFunction;
46
46
  /**
47
47
  * Arc tangent (inverse tangent)
48
48
  */
49
- export declare const atan: import("typed-function").TypedFunction;
49
+ export declare const atan: import("@danielsimonjr/mathts-core").TypedFunction;
50
50
  /**
51
51
  * Arc tangent with two arguments (atan2)
52
52
  */
53
- export declare const atan2: import("typed-function").TypedFunction;
53
+ export declare const atan2: import("@danielsimonjr/mathts-core").TypedFunction;
54
54
  /**
55
55
  * Arc cosecant
56
56
  */
57
- export declare const acsc: import("typed-function").TypedFunction;
57
+ export declare const acsc: import("@danielsimonjr/mathts-core").TypedFunction;
58
58
  /**
59
59
  * Arc secant
60
60
  */
61
- export declare const asec: import("typed-function").TypedFunction;
61
+ export declare const asec: import("@danielsimonjr/mathts-core").TypedFunction;
62
62
  /**
63
63
  * Arc cotangent
64
64
  */
65
- export declare const acot: import("typed-function").TypedFunction;
65
+ export declare const acot: import("@danielsimonjr/mathts-core").TypedFunction;
66
66
  /**
67
67
  * Inverse hyperbolic sine
68
68
  */
69
- export declare const asinh: import("typed-function").TypedFunction;
69
+ export declare const asinh: import("@danielsimonjr/mathts-core").TypedFunction;
70
70
  /**
71
71
  * Inverse hyperbolic cosine
72
72
  */
73
- export declare const acosh: import("typed-function").TypedFunction;
73
+ export declare const acosh: import("@danielsimonjr/mathts-core").TypedFunction;
74
74
  /**
75
75
  * Inverse hyperbolic tangent
76
76
  */
77
- export declare const atanh: import("typed-function").TypedFunction;
77
+ export declare const atanh: import("@danielsimonjr/mathts-core").TypedFunction;
78
78
  /**
79
79
  * Convert degrees to radians
80
80
  */
81
- export declare const toRadians: import("typed-function").TypedFunction;
81
+ export declare const toRadians: import("@danielsimonjr/mathts-core").TypedFunction;
82
82
  /**
83
83
  * Convert radians to degrees
84
84
  */
85
- export declare const toDegrees: import("typed-function").TypedFunction;
85
+ export declare const toDegrees: import("@danielsimonjr/mathts-core").TypedFunction;
86
86
  /**
87
87
  * Hypotenuse (sqrt(a^2 + b^2)) without intermediate overflow
88
88
  */
89
- export declare const hypot: import("typed-function").TypedFunction;
89
+ export declare const hypot: import("@danielsimonjr/mathts-core").TypedFunction;
90
90
  export declare const typedTrigonometry: {
91
- sin: import("typed-function").TypedFunction;
92
- cos: import("typed-function").TypedFunction;
93
- tan: import("typed-function").TypedFunction;
94
- csc: import("typed-function").TypedFunction;
95
- sec: import("typed-function").TypedFunction;
96
- cot: import("typed-function").TypedFunction;
97
- asin: import("typed-function").TypedFunction;
98
- acos: import("typed-function").TypedFunction;
99
- atan: import("typed-function").TypedFunction;
100
- atan2: import("typed-function").TypedFunction;
101
- acsc: import("typed-function").TypedFunction;
102
- asec: import("typed-function").TypedFunction;
103
- acot: import("typed-function").TypedFunction;
104
- asinh: import("typed-function").TypedFunction;
105
- acosh: import("typed-function").TypedFunction;
106
- atanh: import("typed-function").TypedFunction;
107
- toRadians: import("typed-function").TypedFunction;
108
- toDegrees: import("typed-function").TypedFunction;
109
- hypot: import("typed-function").TypedFunction;
91
+ sin: import("@danielsimonjr/mathts-core").TypedFunction;
92
+ cos: import("@danielsimonjr/mathts-core").TypedFunction;
93
+ tan: import("@danielsimonjr/mathts-core").TypedFunction;
94
+ csc: import("@danielsimonjr/mathts-core").TypedFunction;
95
+ sec: import("@danielsimonjr/mathts-core").TypedFunction;
96
+ cot: import("@danielsimonjr/mathts-core").TypedFunction;
97
+ asin: import("@danielsimonjr/mathts-core").TypedFunction;
98
+ acos: import("@danielsimonjr/mathts-core").TypedFunction;
99
+ atan: import("@danielsimonjr/mathts-core").TypedFunction;
100
+ atan2: import("@danielsimonjr/mathts-core").TypedFunction;
101
+ acsc: import("@danielsimonjr/mathts-core").TypedFunction;
102
+ asec: import("@danielsimonjr/mathts-core").TypedFunction;
103
+ acot: import("@danielsimonjr/mathts-core").TypedFunction;
104
+ asinh: import("@danielsimonjr/mathts-core").TypedFunction;
105
+ acosh: import("@danielsimonjr/mathts-core").TypedFunction;
106
+ atanh: import("@danielsimonjr/mathts-core").TypedFunction;
107
+ toRadians: import("@danielsimonjr/mathts-core").TypedFunction;
108
+ toDegrees: import("@danielsimonjr/mathts-core").TypedFunction;
109
+ hypot: import("@danielsimonjr/mathts-core").TypedFunction;
110
110
  };
111
111
  //# sourceMappingURL=trigonometry.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"trigonometry.d.ts","sourceRoot":"","sources":["../../src/typed/trigonometry.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAkBH;;GAEG;AACH,eAAO,MAAM,GAAG,wCAad,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,GAAG,wCAad,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,GAAG,wCAad,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,GAAG,wCAiBd,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,GAAG,wCAiBd,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,GAAG,wCAiBd,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,IAAI,wCAqBf,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,IAAI,wCAoBf,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,IAAI,wCAiBf,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,KAAK,wCAGhB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,IAAI,wCAKf,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,IAAI,wCAKf,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,IAAI,wCAKf,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,KAAK,wCAehB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,KAAK,wCAehB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,KAAK,wCAiBhB,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,SAAS,wCAEpB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,SAAS,wCAEpB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,KAAK,wCAKhB,CAAC;AAMH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;CA2B7B,CAAC"}
1
+ {"version":3,"file":"trigonometry.d.ts","sourceRoot":"","sources":["../../src/typed/trigonometry.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAkBH;;GAEG;AACH,eAAO,MAAM,GAAG,oDAad,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,GAAG,oDAad,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,GAAG,oDAad,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,GAAG,oDAiBd,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,GAAG,oDAiBd,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,GAAG,oDAiBd,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,IAAI,oDAqBf,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,IAAI,oDAoBf,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,IAAI,oDAiBf,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,KAAK,oDAGhB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,IAAI,oDAKf,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,IAAI,oDAKf,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,IAAI,oDAKf,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,KAAK,oDAehB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,KAAK,oDAehB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,KAAK,oDAiBhB,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,SAAS,oDAEpB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,SAAS,oDAEpB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,KAAK,oDAKhB,CAAC;AAMH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;CA2B7B,CAAC"}
@@ -35,7 +35,7 @@
35
35
  * @throws {DimensionMismatchError} when converting between incompatible
36
36
  * dimension vectors (e.g. metres to seconds).
37
37
  */
38
- export declare const to: import("typed-function").TypedFunction;
38
+ export declare const to: import("@danielsimonjr/mathts-core").TypedFunction;
39
39
  /**
40
40
  * Pick a unit-of-magnitude representation that places the displayed value
41
41
  * closest to 1.
@@ -49,12 +49,12 @@ export declare const to: import("typed-function").TypedFunction;
49
49
  * toBest(new Unit(1000, 'g')); // 1 kg
50
50
  * ```
51
51
  */
52
- export declare const toBest: import("typed-function").TypedFunction;
52
+ export declare const toBest: import("@danielsimonjr/mathts-core").TypedFunction;
53
53
  /**
54
54
  * All typed unit functions combined.
55
55
  */
56
56
  export declare const typedUnit: {
57
- to: import("typed-function").TypedFunction;
58
- toBest: import("typed-function").TypedFunction;
57
+ to: import("@danielsimonjr/mathts-core").TypedFunction;
58
+ toBest: import("@danielsimonjr/mathts-core").TypedFunction;
59
59
  };
60
60
  //# sourceMappingURL=unit.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"unit.d.ts","sourceRoot":"","sources":["../../src/typed/unit.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAWH;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,EAAE,wCAGb,CAAC;AAMH;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,MAAM,wCAEjB,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,SAAS;;;CAGrB,CAAC"}
1
+ {"version":3,"file":"unit.d.ts","sourceRoot":"","sources":["../../src/typed/unit.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAWH;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,EAAE,oDAGb,CAAC;AAMH;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,MAAM,oDAEjB,CAAC;AAMH;;GAEG;AACH,eAAO,MAAM,SAAS;;;CAGrB,CAAC"}
package/dist/types.d.ts CHANGED
@@ -2,13 +2,18 @@ export type { TypedFunction } from './core/function/typed.js';
2
2
  export type { MathJsConfig, ConfigOptions } from './core/config.js';
3
3
  export type { MathJsInstance } from './core/create.js';
4
4
  export type { Matrix, MathCollection, MathNumericType, MathScalarType, MathArray, } from '../types/index.js';
5
- export type BigNumber = import('./type/local/Decimal.ts').Decimal;
5
+ /** The BigNumber type: the local Decimal class. */
6
+ export type BigNumber = import('./type/local/Decimal.js').Decimal;
7
+ /** The Complex type from `complex.js`. */
6
8
  export type Complex = import('complex.js').default;
9
+ /** The Fraction type from `fraction.js`. */
7
10
  export type Fraction = import('fraction.js').default;
11
+ /** Minimum structural type of a SparseMatrix value. */
8
12
  export interface SparseMatrix {
9
13
  type: 'SparseMatrix';
10
14
  [key: string]: unknown;
11
15
  }
16
+ /** Minimum structural type of a Unit value. */
12
17
  export interface Unit {
13
18
  type: 'Unit';
14
19
  /** Numeric magnitude of the unit, stripped of its unit annotation. */
@@ -17,6 +22,7 @@ export interface Unit {
17
22
  formatUnits(): string;
18
23
  [key: string]: unknown;
19
24
  }
25
+ /** Minimum structural type of a matrix constructor. */
20
26
  export interface MatrixConstructor {
21
27
  new (...args: unknown[]): unknown;
22
28
  [key: string]: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAIA,YAAY,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACpE,YAAY,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGvD,YAAY,EACV,MAAM,EACN,cAAc,EACd,eAAe,EACf,cAAc,EACd,SAAS,GACV,MAAM,mBAAmB,CAAC;AAG3B,MAAM,MAAM,SAAS,GAAG,OAAO,yBAAyB,EAAE,OAAO,CAAC;AAClE,MAAM,MAAM,OAAO,GAAG,OAAO,YAAY,EAAE,OAAO,CAAC;AACnD,MAAM,MAAM,QAAQ,GAAG,OAAO,aAAa,EAAE,OAAO,CAAC;AAGrD,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,cAAc,CAAC;IACrB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,IAAI;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,sEAAsE;IACtE,SAAS,IAAI,OAAO,CAAC;IACrB,wEAAwE;IACxE,WAAW,IAAI,MAAM,CAAC;IACtB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAGD,MAAM,WAAW,iBAAiB;IAChC,KAAK,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;IAClC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAIA,YAAY,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACpE,YAAY,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGvD,YAAY,EACV,MAAM,EACN,cAAc,EACd,eAAe,EACf,cAAc,EACd,SAAS,GACV,MAAM,mBAAmB,CAAC;AAG3B,mDAAmD;AACnD,MAAM,MAAM,SAAS,GAAG,OAAO,yBAAyB,EAAE,OAAO,CAAC;AAClE,0CAA0C;AAC1C,MAAM,MAAM,OAAO,GAAG,OAAO,YAAY,EAAE,OAAO,CAAC;AACnD,4CAA4C;AAC5C,MAAM,MAAM,QAAQ,GAAG,OAAO,aAAa,EAAE,OAAO,CAAC;AAGrD,uDAAuD;AACvD,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,cAAc,CAAC;IACrB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED,+CAA+C;AAC/C,MAAM,WAAW,IAAI;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,sEAAsE;IACtE,SAAS,IAAI,OAAO,CAAC;IACrB,wEAAwE;IACxE,WAAW,IAAI,MAAM,CAAC;IACtB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAGD,uDAAuD;AACvD,MAAM,WAAW,iBAAiB;IAChC,KAAK,GAAG,IAAI,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;IAClC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB"}
@@ -128,6 +128,27 @@ export declare function bitXor(x: BigNumberValue, y: BigNumberValue): BigNumberV
128
128
  *
129
129
  */
130
130
  export declare function leftShiftBigNumber(x: BigNumberValue, y: BigNumberValue): BigNumberValue;
131
+ /**
132
+ * Arithmetic right shift `x >> y` of two BigNumber integers.
133
+ *
134
+ * Special Cases:
135
+ * n >> -n = N
136
+ * n >> N = N
137
+ * N >> n = N
138
+ * I >> I = N
139
+ * n >> 0 = n
140
+ * I >> n = I
141
+ * -I >> n = -I
142
+ * -I >> I = -I
143
+ * n >> I = I
144
+ * -n >> I = -1
145
+ * 0 >> n = 0
146
+ *
147
+ * @param {BigNumber} x
148
+ * @param {BigNumber} y
149
+ * @return {BigNumber} Result of `x` >> `y`
150
+ *
151
+ */
131
152
  export declare function rightArithShiftBigNumber(x: BigNumberValue, y: BigNumberValue): BigNumberValue;
132
153
  /**
133
154
  * Bitwise right logical shift
@@ -1 +1 @@
1
- {"version":3,"file":"bitwise.d.ts","sourceRoot":"","sources":["../../../src/utils/bignumber/bitwise.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,UAAU,cAAc;IACtB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IACnB,CAAC,EAAE,MAAM,CAAC;IACV,WAAW,EAAE,aAAa,CAAC;IAC3B,QAAQ,IAAI,OAAO,CAAC;IACpB,SAAS,IAAI,OAAO,CAAC;IACrB,KAAK,IAAI,OAAO,CAAC;IACjB,MAAM,IAAI,OAAO,CAAC;IAClB,UAAU,IAAI,OAAO,CAAC;IACtB,EAAE,CAAC,KAAK,EAAE,cAAc,GAAG,MAAM,GAAG,OAAO,CAAC;IAC5C,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC;IAC3B,IAAI,CAAC,KAAK,EAAE,cAAc,GAAG,cAAc,CAAC;IAC5C,KAAK,CAAC,KAAK,EAAE,cAAc,GAAG,MAAM,GAAG,cAAc,CAAC;IACtD,GAAG,CAAC,KAAK,EAAE,cAAc,GAAG,MAAM,GAAG,cAAc,CAAC;IACpD,GAAG,CAAC,KAAK,EAAE,cAAc,GAAG,cAAc,CAAC;IAC3C,KAAK,IAAI,cAAc,CAAC;IACxB,QAAQ,IAAI,MAAM,CAAC;CACpB;AAED,UAAU,aAAa;IACrB,KAAK,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,cAAc,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,OAAO,EAAE;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;CAC9C;AAED,6EAA6E;AAC7E,KAAK,OAAO,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;AAEhD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,eAAe,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,cAAc,GAAG,cAAc,CA8CpF;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,CAAC,EAAE,cAAc,GAAG,cAAc,CAcjE;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,cAAc,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,cAAc,GAAG,cAAc,CAkCnF;AAED;;;;;;GAMG;AACH,wBAAgB,OAAO,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,cAAc,EAAE,IAAI,EAAE,OAAO,GAAG,cAAc,CA+D3F;AA6DD;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,MAAM,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,cAAc,GAAG,cAAc,CAqC3E;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,cAAc,GAAG,cAAc,CAqBvF;AAqBD,wBAAgB,wBAAwB,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,cAAc,GAAG,cAAc,CA2B7F;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,sBAAsB,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,cAAc,GAAG,cAAc,CAkC3F"}
1
+ {"version":3,"file":"bitwise.d.ts","sourceRoot":"","sources":["../../../src/utils/bignumber/bitwise.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,UAAU,cAAc;IACtB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IACnB,CAAC,EAAE,MAAM,CAAC;IACV,WAAW,EAAE,aAAa,CAAC;IAC3B,QAAQ,IAAI,OAAO,CAAC;IACpB,SAAS,IAAI,OAAO,CAAC;IACrB,KAAK,IAAI,OAAO,CAAC;IACjB,MAAM,IAAI,OAAO,CAAC;IAClB,UAAU,IAAI,OAAO,CAAC;IACtB,EAAE,CAAC,KAAK,EAAE,cAAc,GAAG,MAAM,GAAG,OAAO,CAAC;IAC5C,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC;IAC3B,IAAI,CAAC,KAAK,EAAE,cAAc,GAAG,cAAc,CAAC;IAC5C,KAAK,CAAC,KAAK,EAAE,cAAc,GAAG,MAAM,GAAG,cAAc,CAAC;IACtD,GAAG,CAAC,KAAK,EAAE,cAAc,GAAG,MAAM,GAAG,cAAc,CAAC;IACpD,GAAG,CAAC,KAAK,EAAE,cAAc,GAAG,cAAc,CAAC;IAC3C,KAAK,IAAI,cAAc,CAAC;IACxB,QAAQ,IAAI,MAAM,CAAC;CACpB;AAED,UAAU,aAAa;IACrB,KAAK,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,cAAc,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,OAAO,EAAE;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;CAC9C;AAED,6EAA6E;AAC7E,KAAK,OAAO,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;AAEhD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,eAAe,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,cAAc,GAAG,cAAc,CA8CpF;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,CAAC,EAAE,cAAc,GAAG,cAAc,CAcjE;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,cAAc,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,cAAc,GAAG,cAAc,CAkCnF;AAED;;;;;;GAMG;AACH,wBAAgB,OAAO,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,cAAc,EAAE,IAAI,EAAE,OAAO,GAAG,cAAc,CA+D3F;AA6DD;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,MAAM,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,cAAc,GAAG,cAAc,CAqC3E;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,cAAc,GAAG,cAAc,CAqBvF;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,wBAAwB,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,cAAc,GAAG,cAAc,CA2B7F;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,wBAAgB,sBAAsB,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,cAAc,GAAG,cAAc,CAkC3F"}
@@ -1,2 +1,18 @@
1
+ /**
2
+ * Compares two BigNumbers.
3
+ * @param {BigNumber} a - First value to compare
4
+ * @param {BigNumber} b - Second value to compare
5
+ * @param {number} [relTol=1e-09] - The relative tolerance, indicating the maximum allowed difference relative to the larger absolute value. Must be greater than 0.
6
+ * @param {number} [absTol=0] - The minimum absolute tolerance, useful for comparisons near zero. Must be at least 0.
7
+ * @returns {boolean} whether the two numbers are nearly equal
8
+ * @throws {Error} If `relTol` is less than or equal to 0.
9
+ * @throws {Error} If `absTol` is less than 0.
10
+ *
11
+ * @example
12
+ * nearlyEqual(1.000000001, 1.0, 1e-9); // true
13
+ * nearlyEqual(1.000000002, 1.0, 0); // false
14
+ * nearlyEqual(1.0, 1.009, undefined, 0.02); // true
15
+ * nearlyEqual(0.000000001, 0.0, undefined, 1e-8); // true
16
+ */
1
17
  export declare function nearlyEqual(a: unknown, b: unknown, relTol?: number, absTol?: number): boolean;
2
18
  //# sourceMappingURL=nearlyEqual.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"nearlyEqual.d.ts","sourceRoot":"","sources":["../../../src/utils/bignumber/nearlyEqual.ts"],"names":[],"mappings":"AAqCA,wBAAgB,WAAW,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,MAAM,SAAO,EAAE,MAAM,SAAI,GAAG,OAAO,CAiCtF"}
1
+ {"version":3,"file":"nearlyEqual.d.ts","sourceRoot":"","sources":["../../../src/utils/bignumber/nearlyEqual.ts"],"names":[],"mappings":"AAqBA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,WAAW,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,MAAM,SAAO,EAAE,MAAM,SAAI,GAAG,OAAO,CAiCtF"}
@@ -1,3 +1,4 @@
1
+ /** Event methods (`on`, `off`, `once`, `emit`) that `mixin` adds to an object. */
1
2
  export interface EmitterMixin {
2
3
  on: (event: string, callback: (...args: unknown[]) => void, context?: unknown) => void;
3
4
  off: (event: string, callback?: (...args: unknown[]) => void) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"emitter.d.ts","sourceRoot":"","sources":["../../src/utils/emitter.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,IAAI,EAAE,OAAO,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IACvF,GAAG,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,IAAI,KAAK,IAAI,CAAC;IACtE,IAAI,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,IAAI,EAAE,OAAO,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IACzF,IAAI,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,IAAI,CAAC;CACnD;AASD;;;;GAIG;AACH,wBAAgB,KAAK,CAAC,CAAC,SAAS,MAAM,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,GAAG,YAAY,CAYhE"}
1
+ {"version":3,"file":"emitter.d.ts","sourceRoot":"","sources":["../../src/utils/emitter.ts"],"names":[],"mappings":"AAEA,kFAAkF;AAClF,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,IAAI,EAAE,OAAO,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IACvF,GAAG,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,IAAI,KAAK,IAAI,CAAC;IACtE,IAAI,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,IAAI,EAAE,OAAO,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IACzF,IAAI,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE,KAAK,IAAI,CAAC;CACnD;AASD;;;;GAIG;AACH,wBAAgB,KAAK,CAAC,CAAC,SAAS,MAAM,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,GAAG,YAAY,CAYhE"}
@@ -51,7 +51,8 @@ export interface FactoryFunction<_TDeps = unknown, TResult = unknown> {
51
51
  meta?: FactoryMeta;
52
52
  }
53
53
  /**
54
- * Type for the create callback function
54
+ * Type for the create callback function. The callback gets the resolved dependencies and
55
+ * returns the result.
55
56
  */
56
57
  export type CreateFunction<TDeps extends Record<string, any>, TResult> = (dependencies: TDeps) => TResult;
57
58
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"factory.d.ts","sourceRoot":"","sources":["../../src/utils/factory.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,KAAK,WAAW,EAChB,SAAS,EACT,kBAAkB,EAClB,oBAAoB,EACpB,qBAAqB,EACrB,aAAa,IAAI,iBAAiB,EAClC,MAAM,IAAI,UAAU,EACrB,MAAM,qCAAqC,CAAC;AAE7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AAEH;;GAEG;AACH,MAAM,WAAW,eAAe,CAAC,MAAM,GAAG,OAAO,EAAE,OAAO,GAAG,OAAO;IAClE,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC;IAC1C,SAAS,EAAE,IAAI,CAAC;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,IAAI,CAAC,EAAE,WAAW,CAAC;CACpB;AAED;;GAEG;AAEH,MAAM,MAAM,cAAc,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,OAAO,IAAI,CACvE,YAAY,EAAE,KAAK,KAChB,OAAO,CAAC;AAEb;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAEH,wBAAgB,OAAO,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,GAAG,EAC5E,IAAI,EAAE,MAAM,EACZ,YAAY,EAAE,cAAc,EAAE,EAC9B,MAAM,EAAE,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,EACtC,IAAI,CAAC,EAAE,WAAW,GACjB,eAAe,CAAC,KAAK,EAAE,OAAO,CAAC,CAoBjC;AAMD,OAAO,EAAE,SAAS,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,CAAC;AACtF,OAAO,EAAE,iBAAiB,IAAI,aAAa,EAAE,UAAU,IAAI,MAAM,EAAE,CAAC;AACpE,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC"}
1
+ {"version":3,"file":"factory.d.ts","sourceRoot":"","sources":["../../src/utils/factory.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,KAAK,WAAW,EAChB,SAAS,EACT,kBAAkB,EAClB,oBAAoB,EACpB,qBAAqB,EACrB,aAAa,IAAI,iBAAiB,EAClC,MAAM,IAAI,UAAU,EACrB,MAAM,qCAAqC,CAAC;AAE7C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AAEH;;GAEG;AACH,MAAM,WAAW,eAAe,CAAC,MAAM,GAAG,OAAO,EAAE,OAAO,GAAG,OAAO;IAClE,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC;IAC1C,SAAS,EAAE,IAAI,CAAC;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,IAAI,CAAC,EAAE,WAAW,CAAC;CACpB;AAGD;;;GAGG;AACH,MAAM,MAAM,cAAc,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,OAAO,IAAI,CACvE,YAAY,EAAE,KAAK,KAChB,OAAO,CAAC;AAIb;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,OAAO,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,GAAG,EAE5E,IAAI,EAAE,MAAM,EACZ,YAAY,EAAE,cAAc,EAAE,EAC9B,MAAM,EAAE,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,EACtC,IAAI,CAAC,EAAE,WAAW,GACjB,eAAe,CAAC,KAAK,EAAE,OAAO,CAAC,CAoBjC;AAMD,OAAO,EAAE,SAAS,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,CAAC;AACtF,OAAO,EAAE,iBAAiB,IAAI,aAAa,EAAE,UAAU,IAAI,MAAM,EAAE,CAAC;AACpE,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC"}