@mojir/lits 2.1.38 → 2.1.40

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 (737) hide show
  1. package/README.md +119 -67
  2. package/dist/cli/cli/src/cli.d.ts +1 -1
  3. package/dist/cli/cli/src/js-interop/Cli/Fs/index.d.ts +2 -0
  4. package/dist/cli/cli/src/js-interop/Cli/Proc/index.d.ts +3 -0
  5. package/dist/cli/cli/src/js-interop/Cli/index.d.ts +3 -0
  6. package/dist/cli/cli/src/js-interop/utils.d.ts +2 -0
  7. package/dist/cli/cli.js +25877 -24477
  8. package/dist/cli/reference/api.d.ts +18 -43
  9. package/dist/cli/reference/index.d.ts +212 -626
  10. package/dist/cli/src/Lits/Lits.d.ts +4 -1
  11. package/dist/cli/src/allModules.d.ts +2 -0
  12. package/dist/cli/src/builtin/{normalExpressions/categories → core}/array.d.ts +1 -1
  13. package/dist/cli/src/builtin/{normalExpressions/categories → core}/bitwise.d.ts +1 -1
  14. package/dist/cli/src/builtin/{normalExpressions/categories → core}/collection.d.ts +1 -1
  15. package/dist/{src/builtin/normalExpressions/categories → cli/src/builtin/core}/functional.d.ts +1 -1
  16. package/dist/{src/builtin/normalExpressions/categories → cli/src/builtin/core}/math.d.ts +1 -1
  17. package/dist/{src/builtin/normalExpressions/categories → cli/src/builtin/core}/meta.d.ts +2 -2
  18. package/dist/cli/src/builtin/{normalExpressions/categories → core}/misc.d.ts +1 -1
  19. package/dist/cli/src/builtin/{normalExpressions/categories → core}/object.d.ts +1 -1
  20. package/dist/{src/builtin/normalExpressions/categories → cli/src/builtin/core}/predicates.d.ts +1 -1
  21. package/dist/{src/builtin/normalExpressions/categories → cli/src/builtin/core}/regexp.d.ts +1 -1
  22. package/dist/cli/src/builtin/{normalExpressions/categories → core}/sequence.d.ts +1 -1
  23. package/dist/{src/builtin/normalExpressions/categories → cli/src/builtin/core}/string.d.ts +1 -1
  24. package/dist/cli/src/builtin/index.d.ts +1 -1
  25. package/dist/cli/src/builtin/interface.d.ts +71 -3
  26. package/dist/cli/src/builtin/modules/assert/docs.d.ts +2 -0
  27. package/dist/cli/src/builtin/modules/assert/index.d.ts +2 -0
  28. package/dist/cli/src/builtin/modules/grid/docs.d.ts +2 -0
  29. package/dist/cli/src/builtin/modules/grid/index.d.ts +2 -0
  30. package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/grid/transpose.d.ts +1 -1
  31. package/dist/cli/src/builtin/modules/interface.d.ts +11 -0
  32. package/dist/cli/src/builtin/modules/linearAlgebra/docs.d.ts +2 -0
  33. package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/getUnit.d.ts +1 -1
  34. package/dist/cli/src/builtin/modules/linearAlgebra/index.d.ts +4 -0
  35. package/dist/cli/src/builtin/modules/matrix/docs.d.ts +2 -0
  36. package/dist/cli/src/builtin/modules/matrix/index.d.ts +4 -0
  37. package/dist/{src/builtin/normalExpressions/categories/namespaces → cli/src/builtin/modules}/numberTheory/combinations.d.ts +1 -1
  38. package/dist/{src/builtin/normalExpressions/categories/namespaces → cli/src/builtin/modules}/numberTheory/derangements.d.ts +1 -1
  39. package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/divisors.d.ts +1 -1
  40. package/dist/cli/src/builtin/modules/numberTheory/docs.d.ts +2 -0
  41. package/dist/{src/builtin/normalExpressions/categories/namespaces → cli/src/builtin/modules}/numberTheory/factorial.d.ts +1 -1
  42. package/dist/cli/src/builtin/modules/numberTheory/index.d.ts +4 -0
  43. package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/partitions.d.ts +1 -1
  44. package/dist/{src/builtin/normalExpressions/categories/namespaces → cli/src/builtin/modules}/numberTheory/permutations.d.ts +1 -1
  45. package/dist/cli/src/builtin/modules/numberTheory/powerSet.d.ts +2 -0
  46. package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/primeFactors.d.ts +1 -1
  47. package/dist/{src/builtin/normalExpressions/categories/namespaces → cli/src/builtin/modules}/numberTheory/sequences/bernoulli.d.ts +1 -1
  48. package/dist/{src/builtin/normalExpressions/categories/namespaces → cli/src/builtin/modules}/numberTheory/sequences/collatz.d.ts +1 -1
  49. package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/index.d.ts +6 -6
  50. package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/juggler.d.ts +1 -1
  51. package/dist/cli/src/builtin/modules/random/docs.d.ts +2 -0
  52. package/dist/cli/src/builtin/modules/random/index.d.ts +2 -0
  53. package/dist/cli/src/builtin/modules/vector/docs.d.ts +2 -0
  54. package/dist/cli/src/builtin/modules/vector/index.d.ts +2 -0
  55. package/dist/{src/builtin/normalExpressions/categories/namespaces → cli/src/builtin/modules}/vector/reductionFunctions/index.d.ts +5 -5
  56. package/dist/cli/src/builtin/normalExpressions/index.d.ts +2 -2
  57. package/dist/cli/src/builtin/specialExpressions/qq.d.ts +1 -1
  58. package/dist/cli/src/cli.d.ts +1 -1
  59. package/dist/cli/src/constants/constants.d.ts +1 -1
  60. package/dist/cli/src/evaluator/ContextStack.d.ts +8 -4
  61. package/dist/cli/src/index.d.ts +14 -0
  62. package/dist/cli/src/initReferenceData.d.ts +1 -0
  63. package/dist/cli/src/js-interop/Cli/Fs/index.d.ts +2 -0
  64. package/dist/cli/src/js-interop/Cli/Proc/index.d.ts +3 -0
  65. package/dist/cli/src/js-interop/Cli/index.d.ts +3 -0
  66. package/dist/cli/src/js-interop/utils.d.ts +2 -0
  67. package/dist/cli/src/parser/types.d.ts +10 -3
  68. package/dist/cli/src/tokenizer/reservedNames.d.ts +1 -0
  69. package/dist/full.esm.js +2 -0
  70. package/dist/full.esm.js.map +1 -0
  71. package/dist/full.js +2 -0
  72. package/dist/full.js.map +1 -0
  73. package/dist/index.esm.js +1 -31358
  74. package/dist/index.esm.js.map +1 -1
  75. package/dist/index.js +1 -31382
  76. package/dist/index.js.map +1 -1
  77. package/dist/lits.iife.js +1 -31387
  78. package/dist/lits.iife.js.map +1 -1
  79. package/dist/modules/assert.esm.js +2 -0
  80. package/dist/modules/assert.esm.js.map +1 -0
  81. package/dist/modules/assert.js +2 -0
  82. package/dist/modules/assert.js.map +1 -0
  83. package/dist/modules/cli/src/cli.d.ts +2 -0
  84. package/dist/modules/cli/src/cliDocumentation/formatCliDescription.d.ts +3 -0
  85. package/dist/modules/cli/src/cliDocumentation/getCliArgumentInfo.d.ts +3 -0
  86. package/dist/modules/cli/src/cliDocumentation/getCliDocumentation.d.ts +2 -0
  87. package/dist/modules/cli/src/cliDocumentation/getCliFunctionExamples.d.ts +3 -0
  88. package/dist/modules/cli/src/cliDocumentation/getCliFunctionSignature.d.ts +3 -0
  89. package/dist/modules/cli/src/cliDocumentation/getCliTitle.d.ts +3 -0
  90. package/dist/modules/cli/src/cliDocumentation/getCliType.d.ts +3 -0
  91. package/dist/modules/cli/src/cliFormatterRules.d.ts +13 -0
  92. package/dist/modules/cli/src/colorizer.d.ts +939 -0
  93. package/dist/modules/cli/src/createReadlineInterface.d.ts +5 -0
  94. package/dist/modules/cli/src/js-interop/Cli/Fs/index.d.ts +2 -0
  95. package/dist/modules/cli/src/js-interop/Cli/Proc/index.d.ts +3 -0
  96. package/dist/modules/cli/src/js-interop/Cli/index.d.ts +3 -0
  97. package/dist/modules/cli/src/js-interop/utils.d.ts +2 -0
  98. package/dist/modules/common/createFormatter.d.ts +6 -0
  99. package/dist/modules/common/utils.d.ts +2 -0
  100. package/dist/modules/grid.esm.js +2 -0
  101. package/dist/modules/grid.esm.js.map +1 -0
  102. package/dist/modules/grid.js +2 -0
  103. package/dist/modules/grid.js.map +1 -0
  104. package/dist/modules/linearAlgebra.esm.js +2 -0
  105. package/dist/modules/linearAlgebra.esm.js.map +1 -0
  106. package/dist/modules/linearAlgebra.js +2 -0
  107. package/dist/modules/linearAlgebra.js.map +1 -0
  108. package/dist/modules/matrix.esm.js +2 -0
  109. package/dist/modules/matrix.esm.js.map +1 -0
  110. package/dist/modules/matrix.js +2 -0
  111. package/dist/modules/matrix.js.map +1 -0
  112. package/dist/modules/numberTheory.esm.js +2 -0
  113. package/dist/modules/numberTheory.esm.js.map +1 -0
  114. package/dist/modules/numberTheory.js +2 -0
  115. package/dist/modules/numberTheory.js.map +1 -0
  116. package/dist/modules/random.esm.js +2 -0
  117. package/dist/modules/random.esm.js.map +1 -0
  118. package/dist/modules/random.js +2 -0
  119. package/dist/modules/random.js.map +1 -0
  120. package/dist/modules/reference/api.d.ts +57 -0
  121. package/dist/modules/reference/datatype.d.ts +3 -0
  122. package/dist/modules/reference/index.d.ts +258 -0
  123. package/dist/modules/reference/shorthand.d.ts +3 -0
  124. package/dist/modules/src/AutoCompleter/AutoCompleter.d.ts +24 -0
  125. package/dist/modules/src/Lits/Cache.d.ts +16 -0
  126. package/dist/modules/src/Lits/Lits.d.ts +58 -0
  127. package/dist/modules/src/allModules.d.ts +2 -0
  128. package/dist/modules/src/builtin/bindingNode.d.ts +5 -0
  129. package/dist/{src/builtin/normalExpressions/categories → modules/src/builtin/core}/array.d.ts +1 -1
  130. package/dist/{src/builtin/normalExpressions/categories → modules/src/builtin/core}/bitwise.d.ts +1 -1
  131. package/dist/{src/builtin/normalExpressions/categories → modules/src/builtin/core}/collection.d.ts +1 -1
  132. package/dist/{cli/src/builtin/normalExpressions/categories → modules/src/builtin/core}/functional.d.ts +1 -1
  133. package/dist/{cli/src/builtin/normalExpressions/categories → modules/src/builtin/core}/math.d.ts +1 -1
  134. package/dist/{cli/src/builtin/normalExpressions/categories → modules/src/builtin/core}/meta.d.ts +2 -2
  135. package/dist/{src/builtin/normalExpressions/categories → modules/src/builtin/core}/misc.d.ts +1 -1
  136. package/dist/{src/builtin/normalExpressions/categories → modules/src/builtin/core}/object.d.ts +1 -1
  137. package/dist/{cli/src/builtin/normalExpressions/categories → modules/src/builtin/core}/predicates.d.ts +1 -1
  138. package/dist/{cli/src/builtin/normalExpressions/categories → modules/src/builtin/core}/regexp.d.ts +1 -1
  139. package/dist/{src/builtin/normalExpressions/categories → modules/src/builtin/core}/sequence.d.ts +1 -1
  140. package/dist/{cli/src/builtin/normalExpressions/categories → modules/src/builtin/core}/string.d.ts +1 -1
  141. package/dist/modules/src/builtin/index.d.ts +14 -0
  142. package/dist/modules/src/builtin/interface.d.ts +110 -0
  143. package/dist/modules/src/builtin/modules/assert/docs.d.ts +2 -0
  144. package/dist/modules/src/builtin/modules/assert/index.d.ts +2 -0
  145. package/dist/modules/src/builtin/modules/grid/docs.d.ts +2 -0
  146. package/dist/modules/src/builtin/modules/grid/index.d.ts +2 -0
  147. package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/grid/transpose.d.ts +1 -1
  148. package/dist/modules/src/builtin/modules/interface.d.ts +11 -0
  149. package/dist/modules/src/builtin/modules/linearAlgebra/docs.d.ts +2 -0
  150. package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/getUnit.d.ts +1 -1
  151. package/dist/modules/src/builtin/modules/linearAlgebra/index.d.ts +4 -0
  152. package/dist/modules/src/builtin/modules/matrix/docs.d.ts +2 -0
  153. package/dist/modules/src/builtin/modules/matrix/index.d.ts +4 -0
  154. package/dist/{cli/src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/combinations.d.ts +1 -1
  155. package/dist/{cli/src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/derangements.d.ts +1 -1
  156. package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/divisors.d.ts +1 -1
  157. package/dist/modules/src/builtin/modules/numberTheory/docs.d.ts +2 -0
  158. package/dist/{cli/src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/factorial.d.ts +1 -1
  159. package/dist/modules/src/builtin/modules/numberTheory/index.d.ts +4 -0
  160. package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/partitions.d.ts +1 -1
  161. package/dist/{cli/src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/permutations.d.ts +1 -1
  162. package/dist/modules/src/builtin/modules/numberTheory/powerSet.d.ts +2 -0
  163. package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/primeFactors.d.ts +1 -1
  164. package/dist/{cli/src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/bernoulli.d.ts +1 -1
  165. package/dist/{cli/src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/collatz.d.ts +1 -1
  166. package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/index.d.ts +6 -6
  167. package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/juggler.d.ts +1 -1
  168. package/dist/modules/src/builtin/modules/random/docs.d.ts +2 -0
  169. package/dist/modules/src/builtin/modules/random/index.d.ts +2 -0
  170. package/dist/modules/src/builtin/modules/vector/docs.d.ts +2 -0
  171. package/dist/modules/src/builtin/modules/vector/index.d.ts +2 -0
  172. package/dist/{cli/src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/index.d.ts +5 -5
  173. package/dist/modules/src/builtin/normalExpressions/index.d.ts +8 -0
  174. package/dist/modules/src/builtin/specialExpressionTypes.d.ts +23 -0
  175. package/dist/modules/src/builtin/specialExpressions/and.d.ts +6 -0
  176. package/dist/modules/src/builtin/specialExpressions/array.d.ts +6 -0
  177. package/dist/modules/src/builtin/specialExpressions/block.d.ts +6 -0
  178. package/dist/modules/src/builtin/specialExpressions/cond.d.ts +6 -0
  179. package/dist/modules/src/builtin/specialExpressions/def.d.ts +6 -0
  180. package/dist/modules/src/builtin/specialExpressions/defined.d.ts +5 -0
  181. package/dist/modules/src/builtin/specialExpressions/functions.d.ts +6 -0
  182. package/dist/modules/src/builtin/specialExpressions/if.d.ts +6 -0
  183. package/dist/modules/src/builtin/specialExpressions/let.d.ts +6 -0
  184. package/dist/modules/src/builtin/specialExpressions/loop.d.ts +6 -0
  185. package/dist/modules/src/builtin/specialExpressions/loops.d.ts +9 -0
  186. package/dist/modules/src/builtin/specialExpressions/object.d.ts +6 -0
  187. package/dist/modules/src/builtin/specialExpressions/or.d.ts +6 -0
  188. package/dist/modules/src/builtin/specialExpressions/qq.d.ts +6 -0
  189. package/dist/modules/src/builtin/specialExpressions/recur.d.ts +5 -0
  190. package/dist/modules/src/builtin/specialExpressions/switch.d.ts +6 -0
  191. package/dist/modules/src/builtin/specialExpressions/throw.d.ts +5 -0
  192. package/dist/modules/src/builtin/specialExpressions/try.d.ts +6 -0
  193. package/dist/modules/src/builtin/specialExpressions/unless.d.ts +6 -0
  194. package/dist/modules/src/builtin/utils.d.ts +6 -0
  195. package/dist/modules/src/constants/constants.d.ts +19 -0
  196. package/dist/modules/src/errors.d.ts +24 -0
  197. package/dist/modules/src/evaluator/ContextStack.d.ts +29 -0
  198. package/dist/modules/src/evaluator/functionExecutors.d.ts +11 -0
  199. package/dist/modules/src/evaluator/index.d.ts +5 -0
  200. package/dist/modules/src/evaluator/interface.d.ts +12 -0
  201. package/dist/modules/src/full.d.ts +27 -0
  202. package/dist/modules/src/getUndefinedSymbols/index.d.ts +7 -0
  203. package/dist/modules/src/index.d.ts +14 -0
  204. package/dist/modules/src/initReferenceData.d.ts +1 -0
  205. package/dist/modules/src/interface.d.ts +7 -0
  206. package/dist/modules/src/modules/assert.d.ts +2 -0
  207. package/dist/modules/src/modules/grid.d.ts +2 -0
  208. package/dist/modules/src/modules/linearAlgebra.d.ts +2 -0
  209. package/dist/modules/src/modules/matrix.d.ts +2 -0
  210. package/dist/modules/src/modules/numberTheory.d.ts +2 -0
  211. package/dist/modules/src/modules/random.d.ts +2 -0
  212. package/dist/modules/src/modules/vector.d.ts +2 -0
  213. package/dist/modules/src/parser/Parser.d.ts +58 -0
  214. package/dist/modules/src/parser/types.d.ts +133 -0
  215. package/dist/modules/src/symbolPatterns.d.ts +2 -0
  216. package/dist/modules/src/testFramework/index.d.ts +14 -0
  217. package/dist/modules/src/tokenizer/minifyTokenStream.d.ts +4 -0
  218. package/dist/modules/src/tokenizer/operators.d.ts +12 -0
  219. package/dist/modules/src/tokenizer/reservedNames.d.ts +66 -0
  220. package/dist/modules/src/tokenizer/token.d.ts +86 -0
  221. package/dist/modules/src/tokenizer/tokenize.d.ts +8 -0
  222. package/dist/modules/src/tokenizer/tokenizers.d.ts +14 -0
  223. package/dist/modules/src/transformer/index.d.ts +2 -0
  224. package/dist/modules/src/typeGuards/annotatedArrays.d.ts +16 -0
  225. package/dist/modules/src/typeGuards/array.d.ts +9 -0
  226. package/dist/modules/src/typeGuards/astNode.d.ts +20 -0
  227. package/dist/modules/src/typeGuards/index.d.ts +8 -0
  228. package/dist/modules/src/typeGuards/lits.d.ts +24 -0
  229. package/dist/modules/src/typeGuards/litsFunction.d.ts +12 -0
  230. package/dist/modules/src/typeGuards/number.d.ts +66 -0
  231. package/dist/modules/src/typeGuards/string.d.ts +15 -0
  232. package/dist/modules/src/untokenizer/index.d.ts +2 -0
  233. package/dist/modules/src/utils/arity.d.ts +10 -0
  234. package/dist/modules/src/utils/debug/debugTools.d.ts +1 -0
  235. package/dist/modules/src/utils/debug/getCodeMarker.d.ts +2 -0
  236. package/dist/modules/src/utils/debug/getSourceCodeInfo.d.ts +2 -0
  237. package/dist/modules/src/utils/docString/generateDocString.d.ts +2 -0
  238. package/dist/modules/src/utils/getAssertionError.d.ts +3 -0
  239. package/dist/modules/src/utils/index.d.ts +14 -0
  240. package/dist/modules/src/utils/symbols.d.ts +2 -0
  241. package/dist/modules/vector.esm.js +2 -0
  242. package/dist/modules/vector.esm.js.map +1 -0
  243. package/dist/modules/vector.js +2 -0
  244. package/dist/modules/vector.js.map +1 -0
  245. package/dist/reference/api.d.ts +18 -43
  246. package/dist/reference/index.d.ts +212 -626
  247. package/dist/src/Lits/Lits.d.ts +4 -1
  248. package/dist/src/allModules.d.ts +2 -0
  249. package/dist/src/builtin/core/array.d.ts +2 -0
  250. package/dist/src/builtin/core/bitwise.d.ts +2 -0
  251. package/dist/src/builtin/core/collection.d.ts +2 -0
  252. package/dist/src/builtin/core/functional.d.ts +2 -0
  253. package/dist/src/builtin/core/math.d.ts +2 -0
  254. package/dist/src/builtin/core/meta.d.ts +3 -0
  255. package/dist/src/builtin/core/misc.d.ts +2 -0
  256. package/dist/src/builtin/core/object.d.ts +2 -0
  257. package/dist/src/builtin/core/predicates.d.ts +2 -0
  258. package/dist/src/builtin/core/regexp.d.ts +2 -0
  259. package/dist/src/builtin/core/sequence.d.ts +2 -0
  260. package/dist/src/builtin/core/string.d.ts +2 -0
  261. package/dist/src/builtin/interface.d.ts +71 -3
  262. package/dist/src/builtin/modules/assert/docs.d.ts +2 -0
  263. package/dist/src/builtin/modules/assert/index.d.ts +2 -0
  264. package/dist/src/builtin/modules/grid/docs.d.ts +2 -0
  265. package/dist/src/builtin/modules/grid/fromArray.d.ts +8 -0
  266. package/dist/src/builtin/modules/grid/index.d.ts +2 -0
  267. package/dist/src/builtin/modules/grid/transpose.d.ts +2 -0
  268. package/dist/src/builtin/modules/interface.d.ts +11 -0
  269. package/dist/src/builtin/modules/linearAlgebra/docs.d.ts +2 -0
  270. package/dist/src/builtin/modules/linearAlgebra/helpers/calcFractionalRanks.d.ts +1 -0
  271. package/dist/src/builtin/modules/linearAlgebra/helpers/collinear.d.ts +2 -0
  272. package/dist/src/builtin/modules/linearAlgebra/helpers/corrleation.d.ts +8 -0
  273. package/dist/src/builtin/modules/linearAlgebra/helpers/covariance.d.ts +4 -0
  274. package/dist/src/builtin/modules/linearAlgebra/helpers/dot.d.ts +1 -0
  275. package/dist/src/builtin/modules/linearAlgebra/helpers/gaussJordanElimination.d.ts +7 -0
  276. package/dist/src/builtin/modules/linearAlgebra/helpers/getUnit.d.ts +2 -0
  277. package/dist/src/builtin/modules/linearAlgebra/helpers/isZeroVector.d.ts +1 -0
  278. package/dist/src/builtin/modules/linearAlgebra/helpers/kendallTau.d.ts +10 -0
  279. package/dist/src/builtin/modules/linearAlgebra/helpers/length.d.ts +1 -0
  280. package/dist/src/builtin/modules/linearAlgebra/helpers/pearsonCorr.d.ts +1 -0
  281. package/dist/src/builtin/modules/linearAlgebra/helpers/scale.d.ts +1 -0
  282. package/dist/src/builtin/modules/linearAlgebra/helpers/solve.d.ts +8 -0
  283. package/dist/src/builtin/modules/linearAlgebra/helpers/subtract.d.ts +1 -0
  284. package/dist/src/builtin/modules/linearAlgebra/index.d.ts +4 -0
  285. package/dist/src/builtin/modules/matrix/docs.d.ts +2 -0
  286. package/dist/src/builtin/modules/matrix/helpers/adjugate.d.ts +1 -0
  287. package/dist/src/builtin/modules/matrix/helpers/band.d.ts +9 -0
  288. package/dist/src/builtin/modules/matrix/helpers/cofactor.d.ts +1 -0
  289. package/dist/src/builtin/modules/matrix/helpers/determinant.d.ts +6 -0
  290. package/dist/src/builtin/modules/matrix/helpers/diagonal.d.ts +1 -0
  291. package/dist/src/builtin/modules/matrix/helpers/inverse.d.ts +6 -0
  292. package/dist/src/builtin/modules/matrix/helpers/isBanded.d.ts +11 -0
  293. package/dist/src/builtin/modules/matrix/helpers/isDiagonal.d.ts +10 -0
  294. package/dist/src/builtin/modules/matrix/helpers/isIdentity.d.ts +1 -0
  295. package/dist/src/builtin/modules/matrix/helpers/isOrthogonal.d.ts +1 -0
  296. package/dist/src/builtin/modules/matrix/helpers/isSquare.d.ts +1 -0
  297. package/dist/src/builtin/modules/matrix/helpers/isSymetric.d.ts +8 -0
  298. package/dist/src/builtin/modules/matrix/helpers/isTriangular.d.ts +13 -0
  299. package/dist/src/builtin/modules/matrix/helpers/matrixMultiply.d.ts +7 -0
  300. package/dist/src/builtin/modules/matrix/helpers/minor.d.ts +1 -0
  301. package/dist/src/builtin/modules/matrix/helpers/norm1.d.ts +1 -0
  302. package/dist/src/builtin/modules/matrix/helpers/trace.d.ts +8 -0
  303. package/dist/src/builtin/modules/matrix/index.d.ts +4 -0
  304. package/dist/src/builtin/modules/numberTheory/binomialCefficient.d.ts +1 -0
  305. package/dist/src/builtin/modules/numberTheory/combinations.d.ts +2 -0
  306. package/dist/src/builtin/modules/numberTheory/derangements.d.ts +2 -0
  307. package/dist/src/builtin/modules/numberTheory/divisors.d.ts +4 -0
  308. package/dist/src/builtin/modules/numberTheory/docs.d.ts +2 -0
  309. package/dist/src/builtin/modules/numberTheory/factorial.d.ts +3 -0
  310. package/dist/src/builtin/modules/numberTheory/index.d.ts +4 -0
  311. package/dist/src/builtin/modules/numberTheory/partitions.d.ts +2 -0
  312. package/dist/src/builtin/modules/numberTheory/permutations.d.ts +2 -0
  313. package/dist/src/builtin/modules/numberTheory/powerSet.d.ts +2 -0
  314. package/dist/src/builtin/modules/numberTheory/primeFactors.d.ts +11 -0
  315. package/dist/src/builtin/modules/numberTheory/sequences/abundant.d.ts +2 -0
  316. package/dist/src/builtin/modules/numberTheory/sequences/arithmetic.d.ts +2 -0
  317. package/dist/src/builtin/modules/numberTheory/sequences/bell.d.ts +1 -0
  318. package/dist/src/builtin/modules/numberTheory/sequences/bernoulli.d.ts +2 -0
  319. package/dist/src/builtin/modules/numberTheory/sequences/catalan.d.ts +1 -0
  320. package/dist/src/builtin/modules/numberTheory/sequences/collatz.d.ts +2 -0
  321. package/dist/src/builtin/modules/numberTheory/sequences/composite.d.ts +3 -0
  322. package/dist/src/builtin/modules/numberTheory/sequences/deficient.d.ts +2 -0
  323. package/dist/src/builtin/modules/numberTheory/sequences/factorial.d.ts +1 -0
  324. package/dist/src/builtin/modules/numberTheory/sequences/fibonacci.d.ts +1 -0
  325. package/dist/src/builtin/modules/numberTheory/sequences/geometric.d.ts +2 -0
  326. package/dist/src/builtin/modules/numberTheory/sequences/golomb.d.ts +2 -0
  327. package/dist/src/builtin/modules/numberTheory/sequences/happy.d.ts +2 -0
  328. package/dist/src/builtin/modules/numberTheory/sequences/index.d.ts +26 -0
  329. package/dist/src/builtin/modules/numberTheory/sequences/juggler.d.ts +2 -0
  330. package/dist/src/builtin/modules/numberTheory/sequences/lookAndSay.d.ts +2 -0
  331. package/dist/src/builtin/modules/numberTheory/sequences/lucas.d.ts +1 -0
  332. package/dist/src/builtin/modules/numberTheory/sequences/lucky.d.ts +2 -0
  333. package/dist/src/builtin/modules/numberTheory/sequences/mersenne.d.ts +1 -0
  334. package/dist/src/builtin/modules/numberTheory/sequences/padovan.d.ts +2 -0
  335. package/dist/src/builtin/modules/numberTheory/sequences/partition.d.ts +1 -0
  336. package/dist/src/builtin/modules/numberTheory/sequences/pell.d.ts +1 -0
  337. package/dist/src/builtin/modules/numberTheory/sequences/perfect.d.ts +1 -0
  338. package/dist/src/builtin/modules/numberTheory/sequences/perfectCube.d.ts +2 -0
  339. package/dist/src/builtin/modules/numberTheory/sequences/perfectPower.d.ts +10 -0
  340. package/dist/src/builtin/modules/numberTheory/sequences/perfectSquare.d.ts +2 -0
  341. package/dist/src/builtin/modules/numberTheory/sequences/poligonal.d.ts +2 -0
  342. package/dist/src/builtin/modules/numberTheory/sequences/prime.d.ts +3 -0
  343. package/dist/src/builtin/modules/numberTheory/sequences/recaman.d.ts +9 -0
  344. package/dist/src/builtin/modules/numberTheory/sequences/sylvester.d.ts +1 -0
  345. package/dist/src/builtin/modules/numberTheory/sequences/thueMorse.d.ts +2 -0
  346. package/dist/src/builtin/modules/numberTheory/sequences/tribonacci.d.ts +1 -0
  347. package/dist/src/builtin/modules/random/docs.d.ts +2 -0
  348. package/dist/src/builtin/modules/random/index.d.ts +2 -0
  349. package/dist/src/builtin/modules/vector/bincount.d.ts +9 -0
  350. package/dist/src/builtin/modules/vector/calcMad.d.ts +1 -0
  351. package/dist/src/builtin/modules/vector/calcMean.d.ts +1 -0
  352. package/dist/src/builtin/modules/vector/calcMedad.d.ts +1 -0
  353. package/dist/src/builtin/modules/vector/calcMedian.d.ts +1 -0
  354. package/dist/src/builtin/modules/vector/calcStdDev.d.ts +2 -0
  355. package/dist/src/builtin/modules/vector/calcVariance.d.ts +2 -0
  356. package/dist/src/builtin/modules/vector/docs.d.ts +2 -0
  357. package/dist/src/builtin/modules/vector/entropy.d.ts +8 -0
  358. package/dist/src/builtin/modules/vector/histogram.d.ts +9 -0
  359. package/dist/src/builtin/modules/vector/index.d.ts +2 -0
  360. package/dist/src/builtin/modules/vector/mode.d.ts +6 -0
  361. package/dist/src/builtin/modules/vector/outliers.d.ts +7 -0
  362. package/dist/src/builtin/modules/vector/percentile.d.ts +7 -0
  363. package/dist/src/builtin/modules/vector/quartiles.d.ts +1 -0
  364. package/dist/src/builtin/modules/vector/reductionFunctions/entropy.d.ts +2 -0
  365. package/dist/src/builtin/modules/vector/reductionFunctions/giniCoefficient.d.ts +2 -0
  366. package/dist/src/builtin/modules/vector/reductionFunctions/index.d.ts +13 -0
  367. package/dist/src/builtin/modules/vector/reductionFunctions/iqr.d.ts +2 -0
  368. package/dist/src/builtin/modules/vector/reductionFunctions/kurtosis.d.ts +5 -0
  369. package/dist/src/builtin/modules/vector/reductionFunctions/mad.d.ts +2 -0
  370. package/dist/src/builtin/modules/vector/reductionFunctions/max.d.ts +2 -0
  371. package/dist/src/builtin/modules/vector/reductionFunctions/mean.d.ts +4 -0
  372. package/dist/src/builtin/modules/vector/reductionFunctions/medad.d.ts +2 -0
  373. package/dist/src/builtin/modules/vector/reductionFunctions/median.d.ts +2 -0
  374. package/dist/src/builtin/modules/vector/reductionFunctions/min.d.ts +2 -0
  375. package/dist/src/builtin/modules/vector/reductionFunctions/prod.d.ts +2 -0
  376. package/dist/src/builtin/modules/vector/reductionFunctions/rms.d.ts +2 -0
  377. package/dist/src/builtin/modules/vector/reductionFunctions/skewness.d.ts +3 -0
  378. package/dist/src/builtin/modules/vector/reductionFunctions/span.d.ts +2 -0
  379. package/dist/src/builtin/modules/vector/reductionFunctions/standardDeviation.d.ts +3 -0
  380. package/dist/src/builtin/modules/vector/reductionFunctions/sum.d.ts +2 -0
  381. package/dist/src/builtin/modules/vector/reductionFunctions/variance.d.ts +3 -0
  382. package/dist/src/builtin/normalExpressions/index.d.ts +2 -2
  383. package/dist/src/builtin/specialExpressions/qq.d.ts +1 -1
  384. package/dist/src/constants/constants.d.ts +1 -1
  385. package/dist/src/evaluator/ContextStack.d.ts +8 -4
  386. package/dist/src/full.d.ts +27 -0
  387. package/dist/src/index.d.ts +1 -4
  388. package/dist/src/initReferenceData.d.ts +1 -0
  389. package/dist/src/modules/assert.d.ts +2 -0
  390. package/dist/src/modules/grid.d.ts +2 -0
  391. package/dist/src/modules/linearAlgebra.d.ts +2 -0
  392. package/dist/src/modules/matrix.d.ts +2 -0
  393. package/dist/src/modules/numberTheory.d.ts +2 -0
  394. package/dist/src/modules/random.d.ts +2 -0
  395. package/dist/src/modules/vector.d.ts +2 -0
  396. package/dist/src/parser/types.d.ts +10 -3
  397. package/dist/src/tokenizer/reservedNames.d.ts +1 -0
  398. package/dist/testFramework.esm.js +1 -31452
  399. package/dist/testFramework.esm.js.map +1 -1
  400. package/dist/testFramework.js +1 -31455
  401. package/dist/testFramework.js.map +1 -1
  402. package/package.json +50 -6
  403. package/dist/cli/cli/src/modules/index.d.ts +0 -4
  404. package/dist/cli/cli/src/modules/sys/index.d.ts +0 -3
  405. package/dist/cli/reference/categories/array.d.ts +0 -3
  406. package/dist/cli/reference/categories/assert.d.ts +0 -3
  407. package/dist/cli/reference/categories/bitwise.d.ts +0 -3
  408. package/dist/cli/reference/categories/collection.d.ts +0 -3
  409. package/dist/cli/reference/categories/functional.d.ts +0 -3
  410. package/dist/cli/reference/categories/grid/index.d.ts +0 -3
  411. package/dist/cli/reference/categories/linearAlgebra/index.d.ts +0 -3
  412. package/dist/cli/reference/categories/math.d.ts +0 -3
  413. package/dist/cli/reference/categories/matrix/index.d.ts +0 -3
  414. package/dist/cli/reference/categories/meta.d.ts +0 -3
  415. package/dist/cli/reference/categories/misc.d.ts +0 -3
  416. package/dist/cli/reference/categories/numberTheory/abundant.d.ts +0 -2
  417. package/dist/cli/reference/categories/numberTheory/arithmetic.d.ts +0 -2
  418. package/dist/cli/reference/categories/numberTheory/bell.d.ts +0 -2
  419. package/dist/cli/reference/categories/numberTheory/bernoulli.d.ts +0 -2
  420. package/dist/cli/reference/categories/numberTheory/catalan.d.ts +0 -2
  421. package/dist/cli/reference/categories/numberTheory/collatz.d.ts +0 -2
  422. package/dist/cli/reference/categories/numberTheory/composite.d.ts +0 -2
  423. package/dist/cli/reference/categories/numberTheory/deficient.d.ts +0 -2
  424. package/dist/cli/reference/categories/numberTheory/factorial.d.ts +0 -2
  425. package/dist/cli/reference/categories/numberTheory/fibonacci.d.ts +0 -2
  426. package/dist/cli/reference/categories/numberTheory/geometric.d.ts +0 -2
  427. package/dist/cli/reference/categories/numberTheory/golomb.d.ts +0 -2
  428. package/dist/cli/reference/categories/numberTheory/happy.d.ts +0 -2
  429. package/dist/cli/reference/categories/numberTheory/index.d.ts +0 -12
  430. package/dist/cli/reference/categories/numberTheory/juggler.d.ts +0 -2
  431. package/dist/cli/reference/categories/numberTheory/lookAndSay.d.ts +0 -2
  432. package/dist/cli/reference/categories/numberTheory/lucas.d.ts +0 -2
  433. package/dist/cli/reference/categories/numberTheory/lucky.d.ts +0 -2
  434. package/dist/cli/reference/categories/numberTheory/mersenne.d.ts +0 -2
  435. package/dist/cli/reference/categories/numberTheory/padovan.d.ts +0 -2
  436. package/dist/cli/reference/categories/numberTheory/partition.d.ts +0 -2
  437. package/dist/cli/reference/categories/numberTheory/pell.d.ts +0 -2
  438. package/dist/cli/reference/categories/numberTheory/perfect.d.ts +0 -2
  439. package/dist/cli/reference/categories/numberTheory/perfectCube.d.ts +0 -2
  440. package/dist/cli/reference/categories/numberTheory/perfectPower.d.ts +0 -2
  441. package/dist/cli/reference/categories/numberTheory/perfectSquare.d.ts +0 -2
  442. package/dist/cli/reference/categories/numberTheory/polygonal.d.ts +0 -2
  443. package/dist/cli/reference/categories/numberTheory/prime.d.ts +0 -2
  444. package/dist/cli/reference/categories/numberTheory/recaman.d.ts +0 -2
  445. package/dist/cli/reference/categories/numberTheory/sylvester.d.ts +0 -2
  446. package/dist/cli/reference/categories/numberTheory/thueMorse.d.ts +0 -2
  447. package/dist/cli/reference/categories/numberTheory/tribonacci.d.ts +0 -2
  448. package/dist/cli/reference/categories/object.d.ts +0 -3
  449. package/dist/cli/reference/categories/predicate.d.ts +0 -3
  450. package/dist/cli/reference/categories/random.d.ts +0 -3
  451. package/dist/cli/reference/categories/regularExpression.d.ts +0 -3
  452. package/dist/cli/reference/categories/sequence.d.ts +0 -3
  453. package/dist/cli/reference/categories/specialExpressions.d.ts +0 -3
  454. package/dist/cli/reference/categories/string.d.ts +0 -3
  455. package/dist/cli/reference/categories/vector/entropy.d.ts +0 -2
  456. package/dist/cli/reference/categories/vector/giniCoefficient.d.ts +0 -2
  457. package/dist/cli/reference/categories/vector/index.d.ts +0 -7
  458. package/dist/cli/reference/categories/vector/iqr.d.ts +0 -2
  459. package/dist/cli/reference/categories/vector/kurtosis.d.ts +0 -5
  460. package/dist/cli/reference/categories/vector/mad.d.ts +0 -2
  461. package/dist/cli/reference/categories/vector/max.d.ts +0 -2
  462. package/dist/cli/reference/categories/vector/mean.d.ts +0 -4
  463. package/dist/cli/reference/categories/vector/medad.d.ts +0 -2
  464. package/dist/cli/reference/categories/vector/median.d.ts +0 -2
  465. package/dist/cli/reference/categories/vector/min.d.ts +0 -2
  466. package/dist/cli/reference/categories/vector/prod.d.ts +0 -2
  467. package/dist/cli/reference/categories/vector/rms.d.ts +0 -2
  468. package/dist/cli/reference/categories/vector/skewness.d.ts +0 -3
  469. package/dist/cli/reference/categories/vector/span.d.ts +0 -2
  470. package/dist/cli/reference/categories/vector/standardDeviation.d.ts +0 -3
  471. package/dist/cli/reference/categories/vector/sum.d.ts +0 -2
  472. package/dist/cli/reference/categories/vector/variance.d.ts +0 -3
  473. package/dist/cli/src/builtin/normalExpressions/categories/assert.d.ts +0 -2
  474. package/dist/cli/src/builtin/normalExpressions/categories/namespaces/grid/index.d.ts +0 -2
  475. package/dist/cli/src/builtin/normalExpressions/categories/namespaces/linearAlgebra/index.d.ts +0 -2
  476. package/dist/cli/src/builtin/normalExpressions/categories/namespaces/matrix/index.d.ts +0 -2
  477. package/dist/cli/src/builtin/normalExpressions/categories/namespaces/numberTheory/index.d.ts +0 -2
  478. package/dist/cli/src/builtin/normalExpressions/categories/namespaces/numberTheory/powerSet.d.ts +0 -2
  479. package/dist/cli/src/builtin/normalExpressions/categories/namespaces/random/index.d.ts +0 -2
  480. package/dist/cli/src/builtin/normalExpressions/categories/namespaces/vector/index.d.ts +0 -2
  481. package/dist/cli/src/modules/index.d.ts +0 -4
  482. package/dist/cli/src/modules/sys/index.d.ts +0 -3
  483. package/dist/reference/categories/array.d.ts +0 -3
  484. package/dist/reference/categories/assert.d.ts +0 -3
  485. package/dist/reference/categories/bitwise.d.ts +0 -3
  486. package/dist/reference/categories/collection.d.ts +0 -3
  487. package/dist/reference/categories/functional.d.ts +0 -3
  488. package/dist/reference/categories/grid/index.d.ts +0 -3
  489. package/dist/reference/categories/linearAlgebra/index.d.ts +0 -3
  490. package/dist/reference/categories/math.d.ts +0 -3
  491. package/dist/reference/categories/matrix/index.d.ts +0 -3
  492. package/dist/reference/categories/meta.d.ts +0 -3
  493. package/dist/reference/categories/misc.d.ts +0 -3
  494. package/dist/reference/categories/numberTheory/abundant.d.ts +0 -2
  495. package/dist/reference/categories/numberTheory/arithmetic.d.ts +0 -2
  496. package/dist/reference/categories/numberTheory/bell.d.ts +0 -2
  497. package/dist/reference/categories/numberTheory/bernoulli.d.ts +0 -2
  498. package/dist/reference/categories/numberTheory/catalan.d.ts +0 -2
  499. package/dist/reference/categories/numberTheory/collatz.d.ts +0 -2
  500. package/dist/reference/categories/numberTheory/composite.d.ts +0 -2
  501. package/dist/reference/categories/numberTheory/deficient.d.ts +0 -2
  502. package/dist/reference/categories/numberTheory/factorial.d.ts +0 -2
  503. package/dist/reference/categories/numberTheory/fibonacci.d.ts +0 -2
  504. package/dist/reference/categories/numberTheory/geometric.d.ts +0 -2
  505. package/dist/reference/categories/numberTheory/golomb.d.ts +0 -2
  506. package/dist/reference/categories/numberTheory/happy.d.ts +0 -2
  507. package/dist/reference/categories/numberTheory/index.d.ts +0 -12
  508. package/dist/reference/categories/numberTheory/juggler.d.ts +0 -2
  509. package/dist/reference/categories/numberTheory/lookAndSay.d.ts +0 -2
  510. package/dist/reference/categories/numberTheory/lucas.d.ts +0 -2
  511. package/dist/reference/categories/numberTheory/lucky.d.ts +0 -2
  512. package/dist/reference/categories/numberTheory/mersenne.d.ts +0 -2
  513. package/dist/reference/categories/numberTheory/padovan.d.ts +0 -2
  514. package/dist/reference/categories/numberTheory/partition.d.ts +0 -2
  515. package/dist/reference/categories/numberTheory/pell.d.ts +0 -2
  516. package/dist/reference/categories/numberTheory/perfect.d.ts +0 -2
  517. package/dist/reference/categories/numberTheory/perfectCube.d.ts +0 -2
  518. package/dist/reference/categories/numberTheory/perfectPower.d.ts +0 -2
  519. package/dist/reference/categories/numberTheory/perfectSquare.d.ts +0 -2
  520. package/dist/reference/categories/numberTheory/polygonal.d.ts +0 -2
  521. package/dist/reference/categories/numberTheory/prime.d.ts +0 -2
  522. package/dist/reference/categories/numberTheory/recaman.d.ts +0 -2
  523. package/dist/reference/categories/numberTheory/sylvester.d.ts +0 -2
  524. package/dist/reference/categories/numberTheory/thueMorse.d.ts +0 -2
  525. package/dist/reference/categories/numberTheory/tribonacci.d.ts +0 -2
  526. package/dist/reference/categories/object.d.ts +0 -3
  527. package/dist/reference/categories/predicate.d.ts +0 -3
  528. package/dist/reference/categories/random.d.ts +0 -3
  529. package/dist/reference/categories/regularExpression.d.ts +0 -3
  530. package/dist/reference/categories/sequence.d.ts +0 -3
  531. package/dist/reference/categories/specialExpressions.d.ts +0 -3
  532. package/dist/reference/categories/string.d.ts +0 -3
  533. package/dist/reference/categories/vector/entropy.d.ts +0 -2
  534. package/dist/reference/categories/vector/giniCoefficient.d.ts +0 -2
  535. package/dist/reference/categories/vector/index.d.ts +0 -7
  536. package/dist/reference/categories/vector/iqr.d.ts +0 -2
  537. package/dist/reference/categories/vector/kurtosis.d.ts +0 -5
  538. package/dist/reference/categories/vector/mad.d.ts +0 -2
  539. package/dist/reference/categories/vector/max.d.ts +0 -2
  540. package/dist/reference/categories/vector/mean.d.ts +0 -4
  541. package/dist/reference/categories/vector/medad.d.ts +0 -2
  542. package/dist/reference/categories/vector/median.d.ts +0 -2
  543. package/dist/reference/categories/vector/min.d.ts +0 -2
  544. package/dist/reference/categories/vector/prod.d.ts +0 -2
  545. package/dist/reference/categories/vector/rms.d.ts +0 -2
  546. package/dist/reference/categories/vector/skewness.d.ts +0 -3
  547. package/dist/reference/categories/vector/span.d.ts +0 -2
  548. package/dist/reference/categories/vector/standardDeviation.d.ts +0 -3
  549. package/dist/reference/categories/vector/sum.d.ts +0 -2
  550. package/dist/reference/categories/vector/variance.d.ts +0 -3
  551. package/dist/src/builtin/normalExpressions/categories/assert.d.ts +0 -2
  552. package/dist/src/builtin/normalExpressions/categories/namespaces/grid/index.d.ts +0 -2
  553. package/dist/src/builtin/normalExpressions/categories/namespaces/linearAlgebra/index.d.ts +0 -2
  554. package/dist/src/builtin/normalExpressions/categories/namespaces/matrix/index.d.ts +0 -2
  555. package/dist/src/builtin/normalExpressions/categories/namespaces/numberTheory/index.d.ts +0 -2
  556. package/dist/src/builtin/normalExpressions/categories/namespaces/numberTheory/powerSet.d.ts +0 -2
  557. package/dist/src/builtin/normalExpressions/categories/namespaces/random/index.d.ts +0 -2
  558. package/dist/src/builtin/normalExpressions/categories/namespaces/vector/index.d.ts +0 -2
  559. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/grid/fromArray.d.ts +0 -0
  560. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/calcFractionalRanks.d.ts +0 -0
  561. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/collinear.d.ts +0 -0
  562. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/corrleation.d.ts +0 -0
  563. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/covariance.d.ts +0 -0
  564. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/dot.d.ts +0 -0
  565. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/gaussJordanElimination.d.ts +0 -0
  566. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/isZeroVector.d.ts +0 -0
  567. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/kendallTau.d.ts +0 -0
  568. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/length.d.ts +0 -0
  569. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/pearsonCorr.d.ts +0 -0
  570. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/scale.d.ts +0 -0
  571. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/solve.d.ts +0 -0
  572. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/subtract.d.ts +0 -0
  573. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/adjugate.d.ts +0 -0
  574. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/band.d.ts +0 -0
  575. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/cofactor.d.ts +0 -0
  576. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/determinant.d.ts +0 -0
  577. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/inverse.d.ts +0 -0
  578. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/isBanded.d.ts +0 -0
  579. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/isDiagonal.d.ts +0 -0
  580. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/isIdentity.d.ts +0 -0
  581. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/isOrthogonal.d.ts +0 -0
  582. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/isSquare.d.ts +0 -0
  583. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/isSymetric.d.ts +0 -0
  584. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/isTriangular.d.ts +0 -0
  585. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/matrixMultiply.d.ts +0 -0
  586. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/minor.d.ts +0 -0
  587. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/norm1.d.ts +0 -0
  588. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/trace.d.ts +0 -0
  589. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/binomialCefficient.d.ts +0 -0
  590. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/abundant.d.ts +0 -0
  591. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/arithmetic.d.ts +0 -0
  592. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/bell.d.ts +0 -0
  593. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/catalan.d.ts +0 -0
  594. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/composite.d.ts +0 -0
  595. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/deficient.d.ts +0 -0
  596. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/factorial.d.ts +0 -0
  597. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/fibonacci.d.ts +0 -0
  598. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/geometric.d.ts +0 -0
  599. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/golomb.d.ts +0 -0
  600. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/happy.d.ts +0 -0
  601. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/lookAndSay.d.ts +0 -0
  602. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/lucas.d.ts +0 -0
  603. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/lucky.d.ts +0 -0
  604. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/mersenne.d.ts +0 -0
  605. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/padovan.d.ts +0 -0
  606. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/partition.d.ts +0 -0
  607. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/pell.d.ts +0 -0
  608. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/perfect.d.ts +0 -0
  609. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/perfectCube.d.ts +0 -0
  610. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/perfectPower.d.ts +0 -0
  611. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/perfectSquare.d.ts +0 -0
  612. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/poligonal.d.ts +0 -0
  613. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/prime.d.ts +0 -0
  614. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/recaman.d.ts +0 -0
  615. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/sylvester.d.ts +0 -0
  616. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/thueMorse.d.ts +0 -0
  617. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/tribonacci.d.ts +0 -0
  618. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/bincount.d.ts +0 -0
  619. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/calcMad.d.ts +0 -0
  620. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/calcMean.d.ts +0 -0
  621. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/calcMedad.d.ts +0 -0
  622. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/calcMedian.d.ts +0 -0
  623. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/calcStdDev.d.ts +0 -0
  624. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/calcVariance.d.ts +0 -0
  625. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/entropy.d.ts +0 -0
  626. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/histogram.d.ts +0 -0
  627. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/mode.d.ts +0 -0
  628. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/outliers.d.ts +0 -0
  629. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/percentile.d.ts +0 -0
  630. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/quartiles.d.ts +0 -0
  631. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/entropy.d.ts +0 -0
  632. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/giniCoefficient.d.ts +0 -0
  633. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/iqr.d.ts +0 -0
  634. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/kurtosis.d.ts +0 -0
  635. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/mad.d.ts +0 -0
  636. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/max.d.ts +0 -0
  637. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/mean.d.ts +0 -0
  638. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/medad.d.ts +0 -0
  639. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/median.d.ts +0 -0
  640. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/min.d.ts +0 -0
  641. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/prod.d.ts +0 -0
  642. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/rms.d.ts +0 -0
  643. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/skewness.d.ts +0 -0
  644. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/span.d.ts +0 -0
  645. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/standardDeviation.d.ts +0 -0
  646. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/sum.d.ts +0 -0
  647. /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/variance.d.ts +0 -0
  648. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/grid/fromArray.d.ts +0 -0
  649. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/calcFractionalRanks.d.ts +0 -0
  650. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/collinear.d.ts +0 -0
  651. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/corrleation.d.ts +0 -0
  652. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/covariance.d.ts +0 -0
  653. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/dot.d.ts +0 -0
  654. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/gaussJordanElimination.d.ts +0 -0
  655. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/isZeroVector.d.ts +0 -0
  656. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/kendallTau.d.ts +0 -0
  657. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/length.d.ts +0 -0
  658. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/pearsonCorr.d.ts +0 -0
  659. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/scale.d.ts +0 -0
  660. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/solve.d.ts +0 -0
  661. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/subtract.d.ts +0 -0
  662. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/adjugate.d.ts +0 -0
  663. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/band.d.ts +0 -0
  664. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/cofactor.d.ts +0 -0
  665. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/determinant.d.ts +0 -0
  666. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/diagonal.d.ts +0 -0
  667. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/inverse.d.ts +0 -0
  668. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/isBanded.d.ts +0 -0
  669. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/isDiagonal.d.ts +0 -0
  670. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/isIdentity.d.ts +0 -0
  671. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/isOrthogonal.d.ts +0 -0
  672. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/isSquare.d.ts +0 -0
  673. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/isSymetric.d.ts +0 -0
  674. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/isTriangular.d.ts +0 -0
  675. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/matrixMultiply.d.ts +0 -0
  676. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/minor.d.ts +0 -0
  677. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/norm1.d.ts +0 -0
  678. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/trace.d.ts +0 -0
  679. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/binomialCefficient.d.ts +0 -0
  680. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/abundant.d.ts +0 -0
  681. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/arithmetic.d.ts +0 -0
  682. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/bell.d.ts +0 -0
  683. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/catalan.d.ts +0 -0
  684. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/composite.d.ts +0 -0
  685. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/deficient.d.ts +0 -0
  686. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/factorial.d.ts +0 -0
  687. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/fibonacci.d.ts +0 -0
  688. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/geometric.d.ts +0 -0
  689. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/golomb.d.ts +0 -0
  690. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/happy.d.ts +0 -0
  691. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/lookAndSay.d.ts +0 -0
  692. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/lucas.d.ts +0 -0
  693. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/lucky.d.ts +0 -0
  694. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/mersenne.d.ts +0 -0
  695. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/padovan.d.ts +0 -0
  696. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/partition.d.ts +0 -0
  697. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/pell.d.ts +0 -0
  698. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/perfect.d.ts +0 -0
  699. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/perfectCube.d.ts +0 -0
  700. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/perfectPower.d.ts +0 -0
  701. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/perfectSquare.d.ts +0 -0
  702. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/poligonal.d.ts +0 -0
  703. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/prime.d.ts +0 -0
  704. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/recaman.d.ts +0 -0
  705. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/sylvester.d.ts +0 -0
  706. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/thueMorse.d.ts +0 -0
  707. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/tribonacci.d.ts +0 -0
  708. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/bincount.d.ts +0 -0
  709. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/calcMad.d.ts +0 -0
  710. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/calcMean.d.ts +0 -0
  711. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/calcMedad.d.ts +0 -0
  712. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/calcMedian.d.ts +0 -0
  713. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/calcStdDev.d.ts +0 -0
  714. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/calcVariance.d.ts +0 -0
  715. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/entropy.d.ts +0 -0
  716. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/histogram.d.ts +0 -0
  717. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/mode.d.ts +0 -0
  718. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/outliers.d.ts +0 -0
  719. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/percentile.d.ts +0 -0
  720. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/quartiles.d.ts +0 -0
  721. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/entropy.d.ts +0 -0
  722. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/giniCoefficient.d.ts +0 -0
  723. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/iqr.d.ts +0 -0
  724. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/kurtosis.d.ts +0 -0
  725. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/mad.d.ts +0 -0
  726. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/max.d.ts +0 -0
  727. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/mean.d.ts +0 -0
  728. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/medad.d.ts +0 -0
  729. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/median.d.ts +0 -0
  730. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/min.d.ts +0 -0
  731. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/prod.d.ts +0 -0
  732. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/rms.d.ts +0 -0
  733. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/skewness.d.ts +0 -0
  734. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/span.d.ts +0 -0
  735. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/standardDeviation.d.ts +0 -0
  736. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/sum.d.ts +0 -0
  737. /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/variance.d.ts +0 -0
@@ -1,24 +1,25 @@
1
- import type { Argument } from '.';
1
+ export { categories, categoryRecord, coreCategories, isDataType, moduleCategories } from '../src/builtin/interface';
2
+ export type { Category, DataType } from '../src/builtin/interface';
2
3
  export declare const api: {
3
4
  readonly collection: readonly ["filter", "filteri", "map", "mapi", "reduce", "reducei", "reduce-right", "reducei-right", "reductions", "reductionsi", "count", "get", "get-in", "contains?", "assoc", "assoc-in", "++", "not-empty", "every?", "not-every?", "any?", "not-any?", "update", "update-in"];
4
5
  readonly array: readonly ["range", "repeat", "flatten", "mapcat", "moving-fn", "running-fn"];
5
6
  readonly sequence: readonly ["nth", "push", "pop", "unshift", "shift", "slice", "splice", "position", "index-of", "last-index-of", "some", "reverse", "first", "second", "last", "rest", "next", "take", "take-last", "take-while", "drop", "drop-last", "drop-while", "sort", "sort-by", "distinct", "remove", "remove-at", "split-at", "split-with", "frequencies", "group-by", "partition", "partition-all", "partition-by", "starts-with?", "ends-with?", "interleave", "interpose"];
6
- readonly math: readonly ["+", "-", "*", "/", "mod", "rem", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "ln", "log2", "log10", "sin", "cos", "tan", "asin", "acos", "atan", "sinh", "cosh", "tanh", "asinh", "acosh", "atanh", "to-rad", "to-deg"];
7
+ readonly math: readonly ["+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "ln", "log2", "log10", "sin", "cos", "tan", "asin", "acos", "atan", "sinh", "cosh", "tanh", "asinh", "acosh", "atanh", "to-rad", "to-deg"];
7
8
  readonly functional: readonly ["|>", "apply", "identity", "comp", "constantly", "juxt", "complement", "every-pred", "some-pred", "fnull"];
8
9
  readonly meta: readonly ["doc", "arity"];
9
- readonly misc: readonly ["!=", "==", "<", ">", "<=", ">=", "!", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "json-parse", "json-stringify"];
10
+ readonly misc: readonly ["", "==", "<", ">", "<=", ">=", "!", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "import", "json-parse", "json-stringify"];
10
11
  readonly object: readonly ["dissoc", "keys", "vals", "entries", "find", "merge", "merge-with", "zipmap", "select-keys"];
11
12
  readonly predicate: readonly ["boolean?", "null?", "number?", "string?", "function?", "integer?", "array?", "object?", "coll?", "seq?", "regexp?", "zero?", "pos?", "neg?", "even?", "odd?", "finite?", "negative-infinity?", "positive-infinity?", "false?", "true?", "empty?", "not-empty?", "vector?", "grid?", "matrix?"];
12
13
  readonly regularExpression: readonly ["regexp", "match", "replace", "replace-all"];
13
14
  readonly string: readonly ["string-repeat", "str", "number", "lower-case", "upper-case", "trim", "trim-left", "trim-right", "pad-left", "pad-right", "split", "split-lines", "template", "to-char-code", "from-char-code", "encode-base64", "decode-base64", "encode-uri-component", "decode-uri-component", "join", "capitalize", "blank?"];
14
15
  readonly bitwise: readonly ["<<", ">>", ">>>", "bit-not", "&", "bit-and-not", "|", "xor", "bit-flip", "bit-clear", "bit-set", "bit-test"];
15
- readonly assert: readonly ["assert", "assert=", "assert!=", "assert-gt", "assert-lt", "assert-gte", "assert-lte", "assert-true", "assert-false", "assert-truthy", "assert-falsy", "assert-null", "assert-throws", "assert-throws-error", "assert-not-throws"];
16
- readonly grid: readonly ["grid:every?", "grid:some?", "grid:every-row?", "grid:some-row?", "grid:every-col?", "grid:some-col?", "grid:row", "grid:col", "grid:shape", "grid:fill", "grid:generate", "grid:reshape", "grid:transpose", "grid:flip-h", "grid:flip-v", "grid:rotate", "grid:reverse-rows", "grid:reverse-cols", "grid:slice", "grid:slice-rows", "grid:slice-cols", "grid:splice-rows", "grid:splice-cols", "grid:concat-rows", "grid:concat-cols", "grid:map", "grid:mapi", "grid:reduce", "grid:reducei", "grid:push-rows", "grid:unshift-rows", "grid:pop-row", "grid:shift-row", "grid:push-cols", "grid:unshift-cols", "grid:pop-col", "grid:shift-col", "grid:from-array"];
17
- readonly matrix: readonly ["mat:mul", "mat:det", "mat:inv", "mat:adj", "mat:cofactor", "mat:minor", "mat:trace", "mat:symmetric?", "mat:triangular?", "mat:upper-triangular?", "mat:lower-triangular?", "mat:diagonal?", "mat:square?", "mat:orthogonal?", "mat:identity?", "mat:invertible?", "mat:hilbert", "mat:vandermonde", "mat:band", "mat:banded?", "mat:rank", "mat:frobenius-norm", "mat:1-norm", "mat:inf-norm", "mat:max-norm"];
18
- readonly vector: readonly ["vec:monotonic?", "vec:strictly-monotonic?", "vec:increasing?", "vec:decreasing?", "vec:strictly-increasing?", "vec:strictly-decreasing?", "vec:median", "vec:mode", "vec:min-index", "vec:max-index", "vec:sort-indices", "vec:count-values", "vec:linspace", "vec:ones", "vec:zeros", "vec:fill", "vec:generate", "vec:cumsum", "vec:cumprod", "vec:quartiles", "vec:percentile", "vec:quantile", "vec:histogram", "vec:ecdf", "vec:outliers?", "vec:outliers", "vec:bincount", "vec:winsorize", "vec:mse", "vec:mae", "vec:rmse", "vec:smape", "vec:mean", "vec:moving-mean", "vec:centered-moving-mean", "vec:running-mean", "vec:median", "vec:moving-median", "vec:centered-moving-median", "vec:running-median", "vec:variance", "vec:moving-variance", "vec:centered-moving-variance", "vec:running-variance", "vec:sample-variance", "vec:moving-sample-variance", "vec:centered-moving-sample-variance", "vec:running-sample-variance", "vec:sum", "vec:moving-sum", "vec:centered-moving-sum", "vec:running-sum", "vec:prod", "vec:moving-prod", "vec:centered-moving-prod", "vec:running-prod", "vec:min", "vec:moving-min", "vec:centered-moving-min", "vec:running-min", "vec:max", "vec:moving-max", "vec:centered-moving-max", "vec:running-max", "vec:stdev", "vec:moving-stdev", "vec:centered-moving-stdev", "vec:running-stdev", "vec:sample-stdev", "vec:moving-sample-stdev", "vec:centered-moving-sample-stdev", "vec:running-sample-stdev", "vec:iqr", "vec:moving-iqr", "vec:centered-moving-iqr", "vec:running-iqr", "vec:span", "vec:moving-span", "vec:centered-moving-span", "vec:running-span", "vec:geometric-mean", "vec:moving-geometric-mean", "vec:centered-moving-geometric-mean", "vec:running-geometric-mean", "vec:harmonic-mean", "vec:moving-harmonic-mean", "vec:centered-moving-harmonic-mean", "vec:running-harmonic-mean", "vec:skewness", "vec:moving-skewness", "vec:centered-moving-skewness", "vec:running-skewness", "vec:sample-skewness", "vec:moving-sample-skewness", "vec:centered-moving-sample-skewness", "vec:running-sample-skewness", "vec:kurtosis", "vec:moving-kurtosis", "vec:centered-moving-kurtosis", "vec:running-kurtosis", "vec:sample-kurtosis", "vec:moving-sample-kurtosis", "vec:centered-moving-sample-kurtosis", "vec:running-sample-kurtosis", "vec:excess-kurtosis", "vec:moving-excess-kurtosis", "vec:centered-moving-excess-kurtosis", "vec:running-excess-kurtosis", "vec:sample-excess-kurtosis", "vec:moving-sample-excess-kurtosis", "vec:centered-moving-sample-excess-kurtosis", "vec:running-sample-excess-kurtosis", "vec:rms", "vec:moving-rms", "vec:centered-moving-rms", "vec:running-rms", "vec:mad", "vec:moving-mad", "vec:centered-moving-mad", "vec:running-mad", "vec:medad", "vec:moving-medad", "vec:centered-moving-medad", "vec:running-medad", "vec:gini-coefficient", "vec:moving-gini-coefficient", "vec:centered-moving-gini-coefficient", "vec:running-gini-coefficient", "vec:entropy", "vec:moving-entropy", "vec:centered-moving-entropy", "vec:running-entropy", "vec:skewness", "vec:moving-skewness", "vec:centered-moving-skewness", "vec:running-skewness"];
19
- readonly linAlg: readonly ["lin:reflect", "lin:refract", "lin:lerp", "lin:rotate2d", "lin:rotate3d", "lin:dot", "lin:cross", "lin:normalize-minmax", "lin:normalize-zscore", "lin:normalize-robust", "lin:normalize-l1", "lin:normalize-l2", "lin:normalize-log", "lin:angle", "lin:projection", "lin:orthogonal?", "lin:parallel?", "lin:collinear?", "lin:cosine-similarity", "lin:euclidean-distance", "lin:euclidean-norm", "lin:manhattan-distance", "lin:manhattan-norm", "lin:hamming-distance", "lin:hamming-norm", "lin:chebyshev-distance", "lin:chebyshev-norm", "lin:minkowski-distance", "lin:minkowski-norm", "lin:cov", "lin:corr", "lin:spearman-corr", "lin:pearson-corr", "lin:kendall-tau", "lin:autocorrelation", "lin:cross-correlation", "lin:rref", "lin:solve", "lin:to-polar", "lin:from-polar"];
20
- readonly numberTheory: readonly ["nth:abundant-seq", "nth:abundant-nth", "nth:abundant-take-while", "nth:abundant?", "nth:bell-seq", "nth:bell-nth", "nth:bell-take-while", "nth:bell?", "nth:catalan-seq", "nth:catalan-nth", "nth:catalan-take-while", "nth:catalan?", "nth:composite-seq", "nth:composite-nth", "nth:composite-take-while", "nth:composite?", "nth:factorial-seq", "nth:factorial-nth", "nth:factorial-take-while", "nth:factorial?", "nth:fibonacci-seq", "nth:fibonacci-nth", "nth:fibonacci-take-while", "nth:fibonacci?", "nth:geometric-seq", "nth:geometric-nth", "nth:geometric-take-while", "nth:geometric?", "nth:golomb-seq", "nth:golomb-nth", "nth:golomb-take-while", "nth:golomb?", "nth:happy-seq", "nth:happy-nth", "nth:happy-take-while", "nth:happy?", "nth:look-and-say-seq", "nth:look-and-say-nth", "nth:look-and-say-take-while", "nth:look-and-say?", "nth:lucas-seq", "nth:lucas-nth", "nth:lucas-take-while", "nth:lucas?", "nth:lucky-seq", "nth:lucky-nth", "nth:lucky-take-while", "nth:lucky?", "nth:mersenne-seq", "nth:mersenne-nth", "nth:mersenne-take-while", "nth:mersenne?", "nth:padovan-seq", "nth:padovan-nth", "nth:padovan-take-while", "nth:padovan?", "nth:partition-seq", "nth:partition-nth", "nth:partition-take-while", "nth:partition?", "nth:pell-seq", "nth:pell-nth", "nth:pell-take-while", "nth:pell?", "nth:perfect-seq", "nth:perfect-nth", "nth:perfect-take-while", "nth:perfect?", "nth:perfect-cube-seq", "nth:perfect-cube-nth", "nth:perfect-cube-take-while", "nth:perfect-cube?", "nth:perfect-power-seq", "nth:perfect-power-nth", "nth:perfect-power-take-while", "nth:perfect-power?", "nth:perfect-square-seq", "nth:perfect-square-nth", "nth:perfect-square-take-while", "nth:perfect-square?", "nth:polygonal-seq", "nth:polygonal-nth", "nth:polygonal-take-while", "nth:polygonal?", "nth:prime-seq", "nth:prime-nth", "nth:prime-take-while", "nth:prime?", "nth:recaman-seq", "nth:recaman-nth", "nth:recaman-take-while", "nth:recaman?", "nth:sylvester-seq", "nth:sylvester-nth", "nth:sylvester-take-while", "nth:sylvester?", "nth:thue-morse-seq", "nth:thue-morse-nth", "nth:thue-morse-take-while", "nth:thue-morse?", "nth:tribonacci-seq", "nth:tribonacci-nth", "nth:tribonacci-take-while", "nth:tribonacci?", "nth:collatz-seq", "nth:juggler-seq", "nth:bernoulli-seq", "nth:bernoulli-take-while", "nth:bernoulli-nth", "nth:combinations", "nth:count-combinations", "nth:derangements", "nth:count-derangements", "nth:divisors", "nth:count-divisors", "nth:proper-divisors", "nth:count-proper-divisors", "nth:prime-factors", "nth:count-prime-factors", "nth:distinct-prime-factors", "nth:count-distinct-prime-factors", "nth:factorial", "nth:partitions", "nth:count-partitions", "nth:permutations", "nth:count-permutations", "nth:power-set", "nth:count-power-set", "nth:coprime?", "nth:divisible-by?", "nth:gcd", "nth:lcm", "nth:multinomial", "nth:amicable?", "nth:euler-totient", "nth:mobius", "nth:mertens", "nth:sigma", "nth:carmichael-lambda", "nth:cartesian-product", "nth:perfect-power", "nth:mod-exp", "nth:mod-inv", "nth:extended-gcd", "nth:chinese-remainder", "nth:stirling-first", "nth:stirling-second"];
21
- readonly random: readonly ["!:random", "!:random-int", "!:random-int-inclusive", "!:random-float", "!:random-boolean", "!:random-item", "!:random-sample", "!:random-sample-unique", "!:shuffle", "!:random-normal", "!:random-exponential", "!:random-binomial", "!:random-poisson", "!:random-gamma", "!:random-pareto", "!:uuid", "!:random-char", "!:random-string", "!:random-id", "!:random-color"];
16
+ readonly assert: readonly ["Assert.assert", "Assert.assert=", "Assert.assert!=", "Assert.assert-gt", "Assert.assert-lt", "Assert.assert-gte", "Assert.assert-lte", "Assert.assert-true", "Assert.assert-false", "Assert.assert-truthy", "Assert.assert-falsy", "Assert.assert-null", "Assert.assert-throws", "Assert.assert-throws-error", "Assert.assert-not-throws"];
17
+ readonly grid: readonly ["Grid.every?", "Grid.some?", "Grid.every-row?", "Grid.some-row?", "Grid.every-col?", "Grid.some-col?", "Grid.row", "Grid.col", "Grid.shape", "Grid.fill", "Grid.generate", "Grid.reshape", "Grid.transpose", "Grid.flip-h", "Grid.flip-v", "Grid.rotate", "Grid.reverse-rows", "Grid.reverse-cols", "Grid.slice", "Grid.slice-rows", "Grid.slice-cols", "Grid.splice-rows", "Grid.splice-cols", "Grid.concat-rows", "Grid.concat-cols", "Grid.map", "Grid.mapi", "Grid.reduce", "Grid.reducei", "Grid.push-rows", "Grid.unshift-rows", "Grid.pop-row", "Grid.shift-row", "Grid.push-cols", "Grid.unshift-cols", "Grid.pop-col", "Grid.shift-col", "Grid.from-array"];
18
+ readonly matrix: readonly ["Matrix.mul", "Matrix.det", "Matrix.inv", "Matrix.adj", "Matrix.cofactor", "Matrix.minor", "Matrix.trace", "Matrix.symmetric?", "Matrix.triangular?", "Matrix.upper-triangular?", "Matrix.lower-triangular?", "Matrix.diagonal?", "Matrix.square?", "Matrix.orthogonal?", "Matrix.identity?", "Matrix.invertible?", "Matrix.hilbert", "Matrix.vandermonde", "Matrix.band", "Matrix.banded?", "Matrix.rank", "Matrix.frobenius-norm", "Matrix.one-norm", "Matrix.inf-norm", "Matrix.max-norm"];
19
+ readonly vector: readonly ["Vector.monotonic?", "Vector.strictly-monotonic?", "Vector.increasing?", "Vector.decreasing?", "Vector.strictly-increasing?", "Vector.strictly-decreasing?", "Vector.median", "Vector.mode", "Vector.min-index", "Vector.max-index", "Vector.sort-indices", "Vector.count-values", "Vector.linspace", "Vector.ones", "Vector.zeros", "Vector.fill", "Vector.generate", "Vector.cumsum", "Vector.cumprod", "Vector.quartiles", "Vector.percentile", "Vector.quantile", "Vector.histogram", "Vector.ecdf", "Vector.outliers?", "Vector.outliers", "Vector.bincount", "Vector.winsorize", "Vector.mse", "Vector.mae", "Vector.rmse", "Vector.smape", "Vector.mean", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.median", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.variance", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-variance", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sum", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.prod", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.min", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.max", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.stdev", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-stdev", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.iqr", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.span", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.geometric-mean", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.harmonic-mean", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.skewness", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-skewness", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.excess-kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-excess-kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.rms", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.mad", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.medad", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.gini-coefficient", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.entropy", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.skewness", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`];
20
+ readonly linAlg: readonly ["Linear-Algebra.reflect", "Linear-Algebra.refract", "Linear-Algebra.lerp", "Linear-Algebra.rotate2d", "Linear-Algebra.rotate3d", "Linear-Algebra.dot", "Linear-Algebra.cross", "Linear-Algebra.normalize-minmax", "Linear-Algebra.normalize-zscore", "Linear-Algebra.normalize-robust", "Linear-Algebra.normalize-l1", "Linear-Algebra.normalize-l2", "Linear-Algebra.normalize-log", "Linear-Algebra.angle", "Linear-Algebra.projection", "Linear-Algebra.orthogonal?", "Linear-Algebra.parallel?", "Linear-Algebra.collinear?", "Linear-Algebra.cosine-similarity", "Linear-Algebra.euclidean-distance", "Linear-Algebra.euclidean-norm", "Linear-Algebra.manhattan-distance", "Linear-Algebra.manhattan-norm", "Linear-Algebra.hamming-distance", "Linear-Algebra.hamming-norm", "Linear-Algebra.chebyshev-distance", "Linear-Algebra.chebyshev-norm", "Linear-Algebra.minkowski-distance", "Linear-Algebra.minkowski-norm", "Linear-Algebra.cov", "Linear-Algebra.corr", "Linear-Algebra.spearman-corr", "Linear-Algebra.pearson-corr", "Linear-Algebra.kendall-tau", "Linear-Algebra.autocorrelation", "Linear-Algebra.cross-correlation", "Linear-Algebra.rref", "Linear-Algebra.solve", "Linear-Algebra.to-polar", "Linear-Algebra.from-polar"];
21
+ readonly numberTheory: readonly ["Number-Theory.abundant-seq", "Number-Theory.abundant-nth", "Number-Theory.abundant-take-while", "Number-Theory.abundant?", "Number-Theory.arithmetic-seq", "Number-Theory.arithmetic-nth", "Number-Theory.arithmetic-take-while", "Number-Theory.arithmetic?", "Number-Theory.bell-seq", "Number-Theory.bell-nth", "Number-Theory.bell-take-while", "Number-Theory.bell?", "Number-Theory.catalan-seq", "Number-Theory.catalan-nth", "Number-Theory.catalan-take-while", "Number-Theory.catalan?", "Number-Theory.composite-seq", "Number-Theory.composite-nth", "Number-Theory.composite-take-while", "Number-Theory.composite?", "Number-Theory.deficient-seq", "Number-Theory.deficient-nth", "Number-Theory.deficient-take-while", "Number-Theory.deficient?", "Number-Theory.factorial-seq", "Number-Theory.factorial-nth", "Number-Theory.factorial-take-while", "Number-Theory.factorial?", "Number-Theory.fibonacci-seq", "Number-Theory.fibonacci-nth", "Number-Theory.fibonacci-take-while", "Number-Theory.fibonacci?", "Number-Theory.geometric-seq", "Number-Theory.geometric-nth", "Number-Theory.geometric-take-while", "Number-Theory.geometric?", "Number-Theory.golomb-seq", "Number-Theory.golomb-nth", "Number-Theory.golomb-take-while", "Number-Theory.golomb?", "Number-Theory.happy-seq", "Number-Theory.happy-nth", "Number-Theory.happy-take-while", "Number-Theory.happy?", "Number-Theory.look-and-say-seq", "Number-Theory.look-and-say-nth", "Number-Theory.look-and-say-take-while", "Number-Theory.look-and-say?", "Number-Theory.lucas-seq", "Number-Theory.lucas-nth", "Number-Theory.lucas-take-while", "Number-Theory.lucas?", "Number-Theory.lucky-seq", "Number-Theory.lucky-nth", "Number-Theory.lucky-take-while", "Number-Theory.lucky?", "Number-Theory.mersenne-seq", "Number-Theory.mersenne-nth", "Number-Theory.mersenne-take-while", "Number-Theory.mersenne?", "Number-Theory.padovan-seq", "Number-Theory.padovan-nth", "Number-Theory.padovan-take-while", "Number-Theory.padovan?", "Number-Theory.partition-seq", "Number-Theory.partition-nth", "Number-Theory.partition-take-while", "Number-Theory.partition?", "Number-Theory.pell-seq", "Number-Theory.pell-nth", "Number-Theory.pell-take-while", "Number-Theory.pell?", "Number-Theory.perfect-seq", "Number-Theory.perfect-nth", "Number-Theory.perfect-take-while", "Number-Theory.perfect?", "Number-Theory.perfect-cube-seq", "Number-Theory.perfect-cube-nth", "Number-Theory.perfect-cube-take-while", "Number-Theory.perfect-cube?", "Number-Theory.perfect-power-seq", "Number-Theory.perfect-power-nth", "Number-Theory.perfect-power-take-while", "Number-Theory.perfect-power?", "Number-Theory.perfect-square-seq", "Number-Theory.perfect-square-nth", "Number-Theory.perfect-square-take-while", "Number-Theory.perfect-square?", "Number-Theory.polygonal-seq", "Number-Theory.polygonal-nth", "Number-Theory.polygonal-take-while", "Number-Theory.polygonal?", "Number-Theory.prime-seq", "Number-Theory.prime-nth", "Number-Theory.prime-take-while", "Number-Theory.prime?", "Number-Theory.recaman-seq", "Number-Theory.recaman-nth", "Number-Theory.recaman-take-while", "Number-Theory.recaman?", "Number-Theory.sylvester-seq", "Number-Theory.sylvester-nth", "Number-Theory.sylvester-take-while", "Number-Theory.sylvester?", "Number-Theory.thue-morse-seq", "Number-Theory.thue-morse-nth", "Number-Theory.thue-morse-take-while", "Number-Theory.thue-morse?", "Number-Theory.tribonacci-seq", "Number-Theory.tribonacci-nth", "Number-Theory.tribonacci-take-while", "Number-Theory.tribonacci?", "Number-Theory.collatz-seq", "Number-Theory.juggler-seq", "Number-Theory.bernoulli-seq", "Number-Theory.bernoulli-take-while", "Number-Theory.bernoulli-nth", "Number-Theory.combinations", "Number-Theory.count-combinations", "Number-Theory.derangements", "Number-Theory.count-derangements", "Number-Theory.divisors", "Number-Theory.count-divisors", "Number-Theory.proper-divisors", "Number-Theory.count-proper-divisors", "Number-Theory.prime-factors", "Number-Theory.count-prime-factors", "Number-Theory.distinct-prime-factors", "Number-Theory.count-distinct-prime-factors", "Number-Theory.factorial", "Number-Theory.partitions", "Number-Theory.count-partitions", "Number-Theory.permutations", "Number-Theory.count-permutations", "Number-Theory.power-set", "Number-Theory.count-power-set", "Number-Theory.coprime?", "Number-Theory.divisible-by?", "Number-Theory.gcd", "Number-Theory.lcm", "Number-Theory.multinomial", "Number-Theory.amicable?", "Number-Theory.euler-totient", "Number-Theory.mobius", "Number-Theory.mertens", "Number-Theory.sigma", "Number-Theory.carmichael-lambda", "Number-Theory.cartesian-product", "Number-Theory.perfect-power", "Number-Theory.mod-exp", "Number-Theory.mod-inv", "Number-Theory.extended-gcd", "Number-Theory.chinese-remainder", "Number-Theory.stirling-first", "Number-Theory.stirling-second"];
22
+ readonly random: readonly ["Random.random!", "Random.random-int!", "Random.random-int-inclusive!", "Random.random-float!", "Random.random-boolean!", "Random.random-item!", "Random.random-sample!", "Random.random-sample-unique!", "Random.shuffle!", "Random.random-normal!", "Random.random-exponential!", "Random.random-binomial!", "Random.random-poisson!", "Random.random-gamma!", "Random.random-pareto!", "Random.uuid!", "Random.random-char!", "Random.random-string!", "Random.random-id!", "Random.random-color!"];
22
23
  readonly shorthand: ["-short-regexp", "-short-fn"];
23
24
  readonly datatype: ["-type-number", "-type-string", "-type-object", "-type-array", "-type-vector", "-type-matrix", "-type-grid", "-type-boolean", "-type-function", "-type-integer", "-type-any", "-type-null", "-type-collection", "-type-sequence", "-type-regexp", "-type-never"];
24
25
  };
@@ -42,41 +43,15 @@ export type NumberTheoryApiName = typeof api.numberTheory[number];
42
43
  export type VectorApiName = typeof api.vector[number];
43
44
  export type LinAlgApiName = typeof api.linAlg[number];
44
45
  export type RandomApiName = typeof api.random[number];
45
- export type NormalExpressionName = CollectionApiName | ArrayApiName | SequenceApiName | MathApiName | FunctionalApiName | MetaApiName | MiscApiName | ObjectApiName | PredicateApiName | RegularExpressionApiName | StringApiName | BitwiseApiName | AssertApiName | MatrixApiName | VectorApiName | LinAlgApiName | GridApiName | NumberTheoryApiName | RandomApiName;
46
+ export type CoreNormalExpressionName = CollectionApiName | ArrayApiName | SequenceApiName | MathApiName | FunctionalApiName | MetaApiName | MiscApiName | ObjectApiName | PredicateApiName | RegularExpressionApiName | StringApiName | BitwiseApiName;
47
+ export type ModuleExpressionName = MatrixApiName | VectorApiName | LinAlgApiName | GridApiName | NumberTheoryApiName | RandomApiName | AssertApiName;
48
+ export type NormalExpressionName = CoreNormalExpressionName | ModuleExpressionName;
46
49
  export type FunctionName = NormalExpressionName | SpecialExpressionsApiName;
47
50
  export type ShorthandName = typeof api.shorthand[number];
48
51
  export type DatatypeName = typeof api.datatype[number];
49
- declare const apiNames: readonly ["filter", "filteri", "map", "mapi", "reduce", "reducei", "reduce-right", "reducei-right", "reductions", "reductionsi", "count", "get", "get-in", "contains?", "assoc", "assoc-in", "++", "not-empty", "every?", "not-every?", "any?", "not-any?", "update", "update-in", "range", "repeat", "flatten", "mapcat", "moving-fn", "running-fn", "nth", "push", "pop", "unshift", "shift", "slice", "splice", "position", "index-of", "last-index-of", "some", "reverse", "first", "second", "last", "rest", "next", "take", "take-last", "take-while", "drop", "drop-last", "drop-while", "sort", "sort-by", "distinct", "remove", "remove-at", "split-at", "split-with", "frequencies", "group-by", "partition", "partition-all", "partition-by", "starts-with?", "ends-with?", "interleave", "interpose", "+", "-", "*", "/", "mod", "rem", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "ln", "log2", "log10", "sin", "cos", "tan", "asin", "acos", "atan", "sinh", "cosh", "tanh", "asinh", "acosh", "atanh", "to-rad", "to-deg", "|>", "apply", "identity", "comp", "constantly", "juxt", "complement", "every-pred", "some-pred", "fnull", "doc", "arity", "!=", "==", "<", ">", "<=", ">=", "!", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "json-parse", "json-stringify", "dissoc", "keys", "vals", "entries", "find", "merge", "merge-with", "zipmap", "select-keys", "boolean?", "null?", "number?", "string?", "function?", "integer?", "array?", "object?", "coll?", "seq?", "regexp?", "zero?", "pos?", "neg?", "even?", "odd?", "finite?", "negative-infinity?", "positive-infinity?", "false?", "true?", "empty?", "not-empty?", "vector?", "grid?", "matrix?", "regexp", "match", "replace", "replace-all", "string-repeat", "str", "number", "lower-case", "upper-case", "trim", "trim-left", "trim-right", "pad-left", "pad-right", "split", "split-lines", "template", "to-char-code", "from-char-code", "encode-base64", "decode-base64", "encode-uri-component", "decode-uri-component", "join", "capitalize", "blank?", "<<", ">>", ">>>", "bit-not", "&", "bit-and-not", "|", "xor", "bit-flip", "bit-clear", "bit-set", "bit-test", "assert", "assert=", "assert!=", "assert-gt", "assert-lt", "assert-gte", "assert-lte", "assert-true", "assert-false", "assert-truthy", "assert-falsy", "assert-null", "assert-throws", "assert-throws-error", "assert-not-throws", "mat:mul", "mat:det", "mat:inv", "mat:adj", "mat:cofactor", "mat:minor", "mat:trace", "mat:symmetric?", "mat:triangular?", "mat:upper-triangular?", "mat:lower-triangular?", "mat:diagonal?", "mat:square?", "mat:orthogonal?", "mat:identity?", "mat:invertible?", "mat:hilbert", "mat:vandermonde", "mat:band", "mat:banded?", "mat:rank", "mat:frobenius-norm", "mat:1-norm", "mat:inf-norm", "mat:max-norm", "vec:monotonic?", "vec:strictly-monotonic?", "vec:increasing?", "vec:decreasing?", "vec:strictly-increasing?", "vec:strictly-decreasing?", "vec:median", "vec:mode", "vec:min-index", "vec:max-index", "vec:sort-indices", "vec:count-values", "vec:linspace", "vec:ones", "vec:zeros", "vec:fill", "vec:generate", "vec:cumsum", "vec:cumprod", "vec:quartiles", "vec:percentile", "vec:quantile", "vec:histogram", "vec:ecdf", "vec:outliers?", "vec:outliers", "vec:bincount", "vec:winsorize", "vec:mse", "vec:mae", "vec:rmse", "vec:smape", "vec:mean", "vec:moving-mean", "vec:centered-moving-mean", "vec:running-mean", "vec:median", "vec:moving-median", "vec:centered-moving-median", "vec:running-median", "vec:variance", "vec:moving-variance", "vec:centered-moving-variance", "vec:running-variance", "vec:sample-variance", "vec:moving-sample-variance", "vec:centered-moving-sample-variance", "vec:running-sample-variance", "vec:sum", "vec:moving-sum", "vec:centered-moving-sum", "vec:running-sum", "vec:prod", "vec:moving-prod", "vec:centered-moving-prod", "vec:running-prod", "vec:min", "vec:moving-min", "vec:centered-moving-min", "vec:running-min", "vec:max", "vec:moving-max", "vec:centered-moving-max", "vec:running-max", "vec:stdev", "vec:moving-stdev", "vec:centered-moving-stdev", "vec:running-stdev", "vec:sample-stdev", "vec:moving-sample-stdev", "vec:centered-moving-sample-stdev", "vec:running-sample-stdev", "vec:iqr", "vec:moving-iqr", "vec:centered-moving-iqr", "vec:running-iqr", "vec:span", "vec:moving-span", "vec:centered-moving-span", "vec:running-span", "vec:geometric-mean", "vec:moving-geometric-mean", "vec:centered-moving-geometric-mean", "vec:running-geometric-mean", "vec:harmonic-mean", "vec:moving-harmonic-mean", "vec:centered-moving-harmonic-mean", "vec:running-harmonic-mean", "vec:skewness", "vec:moving-skewness", "vec:centered-moving-skewness", "vec:running-skewness", "vec:sample-skewness", "vec:moving-sample-skewness", "vec:centered-moving-sample-skewness", "vec:running-sample-skewness", "vec:kurtosis", "vec:moving-kurtosis", "vec:centered-moving-kurtosis", "vec:running-kurtosis", "vec:sample-kurtosis", "vec:moving-sample-kurtosis", "vec:centered-moving-sample-kurtosis", "vec:running-sample-kurtosis", "vec:excess-kurtosis", "vec:moving-excess-kurtosis", "vec:centered-moving-excess-kurtosis", "vec:running-excess-kurtosis", "vec:sample-excess-kurtosis", "vec:moving-sample-excess-kurtosis", "vec:centered-moving-sample-excess-kurtosis", "vec:running-sample-excess-kurtosis", "vec:rms", "vec:moving-rms", "vec:centered-moving-rms", "vec:running-rms", "vec:mad", "vec:moving-mad", "vec:centered-moving-mad", "vec:running-mad", "vec:medad", "vec:moving-medad", "vec:centered-moving-medad", "vec:running-medad", "vec:gini-coefficient", "vec:moving-gini-coefficient", "vec:centered-moving-gini-coefficient", "vec:running-gini-coefficient", "vec:entropy", "vec:moving-entropy", "vec:centered-moving-entropy", "vec:running-entropy", "vec:skewness", "vec:moving-skewness", "vec:centered-moving-skewness", "vec:running-skewness", "lin:reflect", "lin:refract", "lin:lerp", "lin:rotate2d", "lin:rotate3d", "lin:dot", "lin:cross", "lin:normalize-minmax", "lin:normalize-zscore", "lin:normalize-robust", "lin:normalize-l1", "lin:normalize-l2", "lin:normalize-log", "lin:angle", "lin:projection", "lin:orthogonal?", "lin:parallel?", "lin:collinear?", "lin:cosine-similarity", "lin:euclidean-distance", "lin:euclidean-norm", "lin:manhattan-distance", "lin:manhattan-norm", "lin:hamming-distance", "lin:hamming-norm", "lin:chebyshev-distance", "lin:chebyshev-norm", "lin:minkowski-distance", "lin:minkowski-norm", "lin:cov", "lin:corr", "lin:spearman-corr", "lin:pearson-corr", "lin:kendall-tau", "lin:autocorrelation", "lin:cross-correlation", "lin:rref", "lin:solve", "lin:to-polar", "lin:from-polar", "grid:every?", "grid:some?", "grid:every-row?", "grid:some-row?", "grid:every-col?", "grid:some-col?", "grid:row", "grid:col", "grid:shape", "grid:fill", "grid:generate", "grid:reshape", "grid:transpose", "grid:flip-h", "grid:flip-v", "grid:rotate", "grid:reverse-rows", "grid:reverse-cols", "grid:slice", "grid:slice-rows", "grid:slice-cols", "grid:splice-rows", "grid:splice-cols", "grid:concat-rows", "grid:concat-cols", "grid:map", "grid:mapi", "grid:reduce", "grid:reducei", "grid:push-rows", "grid:unshift-rows", "grid:pop-row", "grid:shift-row", "grid:push-cols", "grid:unshift-cols", "grid:pop-col", "grid:shift-col", "grid:from-array", "nth:abundant-seq", "nth:abundant-nth", "nth:abundant-take-while", "nth:abundant?", "nth:bell-seq", "nth:bell-nth", "nth:bell-take-while", "nth:bell?", "nth:catalan-seq", "nth:catalan-nth", "nth:catalan-take-while", "nth:catalan?", "nth:composite-seq", "nth:composite-nth", "nth:composite-take-while", "nth:composite?", "nth:factorial-seq", "nth:factorial-nth", "nth:factorial-take-while", "nth:factorial?", "nth:fibonacci-seq", "nth:fibonacci-nth", "nth:fibonacci-take-while", "nth:fibonacci?", "nth:geometric-seq", "nth:geometric-nth", "nth:geometric-take-while", "nth:geometric?", "nth:golomb-seq", "nth:golomb-nth", "nth:golomb-take-while", "nth:golomb?", "nth:happy-seq", "nth:happy-nth", "nth:happy-take-while", "nth:happy?", "nth:look-and-say-seq", "nth:look-and-say-nth", "nth:look-and-say-take-while", "nth:look-and-say?", "nth:lucas-seq", "nth:lucas-nth", "nth:lucas-take-while", "nth:lucas?", "nth:lucky-seq", "nth:lucky-nth", "nth:lucky-take-while", "nth:lucky?", "nth:mersenne-seq", "nth:mersenne-nth", "nth:mersenne-take-while", "nth:mersenne?", "nth:padovan-seq", "nth:padovan-nth", "nth:padovan-take-while", "nth:padovan?", "nth:partition-seq", "nth:partition-nth", "nth:partition-take-while", "nth:partition?", "nth:pell-seq", "nth:pell-nth", "nth:pell-take-while", "nth:pell?", "nth:perfect-seq", "nth:perfect-nth", "nth:perfect-take-while", "nth:perfect?", "nth:perfect-cube-seq", "nth:perfect-cube-nth", "nth:perfect-cube-take-while", "nth:perfect-cube?", "nth:perfect-power-seq", "nth:perfect-power-nth", "nth:perfect-power-take-while", "nth:perfect-power?", "nth:perfect-square-seq", "nth:perfect-square-nth", "nth:perfect-square-take-while", "nth:perfect-square?", "nth:polygonal-seq", "nth:polygonal-nth", "nth:polygonal-take-while", "nth:polygonal?", "nth:prime-seq", "nth:prime-nth", "nth:prime-take-while", "nth:prime?", "nth:recaman-seq", "nth:recaman-nth", "nth:recaman-take-while", "nth:recaman?", "nth:sylvester-seq", "nth:sylvester-nth", "nth:sylvester-take-while", "nth:sylvester?", "nth:thue-morse-seq", "nth:thue-morse-nth", "nth:thue-morse-take-while", "nth:thue-morse?", "nth:tribonacci-seq", "nth:tribonacci-nth", "nth:tribonacci-take-while", "nth:tribonacci?", "nth:collatz-seq", "nth:juggler-seq", "nth:bernoulli-seq", "nth:bernoulli-take-while", "nth:bernoulli-nth", "nth:combinations", "nth:count-combinations", "nth:derangements", "nth:count-derangements", "nth:divisors", "nth:count-divisors", "nth:proper-divisors", "nth:count-proper-divisors", "nth:prime-factors", "nth:count-prime-factors", "nth:distinct-prime-factors", "nth:count-distinct-prime-factors", "nth:factorial", "nth:partitions", "nth:count-partitions", "nth:permutations", "nth:count-permutations", "nth:power-set", "nth:count-power-set", "nth:coprime?", "nth:divisible-by?", "nth:gcd", "nth:lcm", "nth:multinomial", "nth:amicable?", "nth:euler-totient", "nth:mobius", "nth:mertens", "nth:sigma", "nth:carmichael-lambda", "nth:cartesian-product", "nth:perfect-power", "nth:mod-exp", "nth:mod-inv", "nth:extended-gcd", "nth:chinese-remainder", "nth:stirling-first", "nth:stirling-second", "!:random", "!:random-int", "!:random-int-inclusive", "!:random-float", "!:random-boolean", "!:random-item", "!:random-sample", "!:random-sample-unique", "!:shuffle", "!:random-normal", "!:random-exponential", "!:random-binomial", "!:random-poisson", "!:random-gamma", "!:random-pareto", "!:uuid", "!:random-char", "!:random-string", "!:random-id", "!:random-color", "-short-regexp", "-short-fn", "-type-number", "-type-string", "-type-object", "-type-array", "-type-vector", "-type-matrix", "-type-grid", "-type-boolean", "-type-function", "-type-integer", "-type-any", "-type-null", "-type-collection", "-type-sequence", "-type-regexp", "-type-never"];
52
+ declare const coreApiNames: readonly ["filter", "filteri", "map", "mapi", "reduce", "reducei", "reduce-right", "reducei-right", "reductions", "reductionsi", "count", "get", "get-in", "contains?", "assoc", "assoc-in", "++", "not-empty", "every?", "not-every?", "any?", "not-any?", "update", "update-in", "range", "repeat", "flatten", "mapcat", "moving-fn", "running-fn", "nth", "push", "pop", "unshift", "shift", "slice", "splice", "position", "index-of", "last-index-of", "some", "reverse", "first", "second", "last", "rest", "next", "take", "take-last", "take-while", "drop", "drop-last", "drop-while", "sort", "sort-by", "distinct", "remove", "remove-at", "split-at", "split-with", "frequencies", "group-by", "partition", "partition-all", "partition-by", "starts-with?", "ends-with?", "interleave", "interpose", "+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "ln", "log2", "log10", "sin", "cos", "tan", "asin", "acos", "atan", "sinh", "cosh", "tanh", "asinh", "acosh", "atanh", "to-rad", "to-deg", "|>", "apply", "identity", "comp", "constantly", "juxt", "complement", "every-pred", "some-pred", "fnull", "doc", "arity", "≠", "==", "<", ">", "<=", ">=", "!", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "import", "json-parse", "json-stringify", "dissoc", "keys", "vals", "entries", "find", "merge", "merge-with", "zipmap", "select-keys", "boolean?", "null?", "number?", "string?", "function?", "integer?", "array?", "object?", "coll?", "seq?", "regexp?", "zero?", "pos?", "neg?", "even?", "odd?", "finite?", "negative-infinity?", "positive-infinity?", "false?", "true?", "empty?", "not-empty?", "vector?", "grid?", "matrix?", "regexp", "match", "replace", "replace-all", "string-repeat", "str", "number", "lower-case", "upper-case", "trim", "trim-left", "trim-right", "pad-left", "pad-right", "split", "split-lines", "template", "to-char-code", "from-char-code", "encode-base64", "decode-base64", "encode-uri-component", "decode-uri-component", "join", "capitalize", "blank?", "<<", ">>", ">>>", "bit-not", "&", "bit-and-not", "|", "xor", "bit-flip", "bit-clear", "bit-set", "bit-test", "-short-regexp", "-short-fn", "-type-number", "-type-string", "-type-object", "-type-array", "-type-vector", "-type-matrix", "-type-grid", "-type-boolean", "-type-function", "-type-integer", "-type-any", "-type-null", "-type-collection", "-type-sequence", "-type-regexp", "-type-never"];
53
+ declare const apiNames: readonly ["filter", "filteri", "map", "mapi", "reduce", "reducei", "reduce-right", "reducei-right", "reductions", "reductionsi", "count", "get", "get-in", "contains?", "assoc", "assoc-in", "++", "not-empty", "every?", "not-every?", "any?", "not-any?", "update", "update-in", "range", "repeat", "flatten", "mapcat", "moving-fn", "running-fn", "nth", "push", "pop", "unshift", "shift", "slice", "splice", "position", "index-of", "last-index-of", "some", "reverse", "first", "second", "last", "rest", "next", "take", "take-last", "take-while", "drop", "drop-last", "drop-while", "sort", "sort-by", "distinct", "remove", "remove-at", "split-at", "split-with", "frequencies", "group-by", "partition", "partition-all", "partition-by", "starts-with?", "ends-with?", "interleave", "interpose", "+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "ln", "log2", "log10", "sin", "cos", "tan", "asin", "acos", "atan", "sinh", "cosh", "tanh", "asinh", "acosh", "atanh", "to-rad", "to-deg", "|>", "apply", "identity", "comp", "constantly", "juxt", "complement", "every-pred", "some-pred", "fnull", "doc", "arity", "≠", "==", "<", ">", "<=", ">=", "!", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "import", "json-parse", "json-stringify", "dissoc", "keys", "vals", "entries", "find", "merge", "merge-with", "zipmap", "select-keys", "boolean?", "null?", "number?", "string?", "function?", "integer?", "array?", "object?", "coll?", "seq?", "regexp?", "zero?", "pos?", "neg?", "even?", "odd?", "finite?", "negative-infinity?", "positive-infinity?", "false?", "true?", "empty?", "not-empty?", "vector?", "grid?", "matrix?", "regexp", "match", "replace", "replace-all", "string-repeat", "str", "number", "lower-case", "upper-case", "trim", "trim-left", "trim-right", "pad-left", "pad-right", "split", "split-lines", "template", "to-char-code", "from-char-code", "encode-base64", "decode-base64", "encode-uri-component", "decode-uri-component", "join", "capitalize", "blank?", "<<", ">>", ">>>", "bit-not", "&", "bit-and-not", "|", "xor", "bit-flip", "bit-clear", "bit-set", "bit-test", "Matrix.mul", "Matrix.det", "Matrix.inv", "Matrix.adj", "Matrix.cofactor", "Matrix.minor", "Matrix.trace", "Matrix.symmetric?", "Matrix.triangular?", "Matrix.upper-triangular?", "Matrix.lower-triangular?", "Matrix.diagonal?", "Matrix.square?", "Matrix.orthogonal?", "Matrix.identity?", "Matrix.invertible?", "Matrix.hilbert", "Matrix.vandermonde", "Matrix.band", "Matrix.banded?", "Matrix.rank", "Matrix.frobenius-norm", "Matrix.one-norm", "Matrix.inf-norm", "Matrix.max-norm", "Vector.monotonic?", "Vector.strictly-monotonic?", "Vector.increasing?", "Vector.decreasing?", "Vector.strictly-increasing?", "Vector.strictly-decreasing?", "Vector.median", "Vector.mode", "Vector.min-index", "Vector.max-index", "Vector.sort-indices", "Vector.count-values", "Vector.linspace", "Vector.ones", "Vector.zeros", "Vector.fill", "Vector.generate", "Vector.cumsum", "Vector.cumprod", "Vector.quartiles", "Vector.percentile", "Vector.quantile", "Vector.histogram", "Vector.ecdf", "Vector.outliers?", "Vector.outliers", "Vector.bincount", "Vector.winsorize", "Vector.mse", "Vector.mae", "Vector.rmse", "Vector.smape", "Vector.mean", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.median", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.variance", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-variance", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sum", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.prod", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.min", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.max", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.stdev", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-stdev", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.iqr", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.span", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.geometric-mean", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.harmonic-mean", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.skewness", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-skewness", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.excess-kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-excess-kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.rms", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.mad", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.medad", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.gini-coefficient", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.entropy", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.skewness", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Linear-Algebra.reflect", "Linear-Algebra.refract", "Linear-Algebra.lerp", "Linear-Algebra.rotate2d", "Linear-Algebra.rotate3d", "Linear-Algebra.dot", "Linear-Algebra.cross", "Linear-Algebra.normalize-minmax", "Linear-Algebra.normalize-zscore", "Linear-Algebra.normalize-robust", "Linear-Algebra.normalize-l1", "Linear-Algebra.normalize-l2", "Linear-Algebra.normalize-log", "Linear-Algebra.angle", "Linear-Algebra.projection", "Linear-Algebra.orthogonal?", "Linear-Algebra.parallel?", "Linear-Algebra.collinear?", "Linear-Algebra.cosine-similarity", "Linear-Algebra.euclidean-distance", "Linear-Algebra.euclidean-norm", "Linear-Algebra.manhattan-distance", "Linear-Algebra.manhattan-norm", "Linear-Algebra.hamming-distance", "Linear-Algebra.hamming-norm", "Linear-Algebra.chebyshev-distance", "Linear-Algebra.chebyshev-norm", "Linear-Algebra.minkowski-distance", "Linear-Algebra.minkowski-norm", "Linear-Algebra.cov", "Linear-Algebra.corr", "Linear-Algebra.spearman-corr", "Linear-Algebra.pearson-corr", "Linear-Algebra.kendall-tau", "Linear-Algebra.autocorrelation", "Linear-Algebra.cross-correlation", "Linear-Algebra.rref", "Linear-Algebra.solve", "Linear-Algebra.to-polar", "Linear-Algebra.from-polar", "Grid.every?", "Grid.some?", "Grid.every-row?", "Grid.some-row?", "Grid.every-col?", "Grid.some-col?", "Grid.row", "Grid.col", "Grid.shape", "Grid.fill", "Grid.generate", "Grid.reshape", "Grid.transpose", "Grid.flip-h", "Grid.flip-v", "Grid.rotate", "Grid.reverse-rows", "Grid.reverse-cols", "Grid.slice", "Grid.slice-rows", "Grid.slice-cols", "Grid.splice-rows", "Grid.splice-cols", "Grid.concat-rows", "Grid.concat-cols", "Grid.map", "Grid.mapi", "Grid.reduce", "Grid.reducei", "Grid.push-rows", "Grid.unshift-rows", "Grid.pop-row", "Grid.shift-row", "Grid.push-cols", "Grid.unshift-cols", "Grid.pop-col", "Grid.shift-col", "Grid.from-array", "Number-Theory.abundant-seq", "Number-Theory.abundant-nth", "Number-Theory.abundant-take-while", "Number-Theory.abundant?", "Number-Theory.arithmetic-seq", "Number-Theory.arithmetic-nth", "Number-Theory.arithmetic-take-while", "Number-Theory.arithmetic?", "Number-Theory.bell-seq", "Number-Theory.bell-nth", "Number-Theory.bell-take-while", "Number-Theory.bell?", "Number-Theory.catalan-seq", "Number-Theory.catalan-nth", "Number-Theory.catalan-take-while", "Number-Theory.catalan?", "Number-Theory.composite-seq", "Number-Theory.composite-nth", "Number-Theory.composite-take-while", "Number-Theory.composite?", "Number-Theory.deficient-seq", "Number-Theory.deficient-nth", "Number-Theory.deficient-take-while", "Number-Theory.deficient?", "Number-Theory.factorial-seq", "Number-Theory.factorial-nth", "Number-Theory.factorial-take-while", "Number-Theory.factorial?", "Number-Theory.fibonacci-seq", "Number-Theory.fibonacci-nth", "Number-Theory.fibonacci-take-while", "Number-Theory.fibonacci?", "Number-Theory.geometric-seq", "Number-Theory.geometric-nth", "Number-Theory.geometric-take-while", "Number-Theory.geometric?", "Number-Theory.golomb-seq", "Number-Theory.golomb-nth", "Number-Theory.golomb-take-while", "Number-Theory.golomb?", "Number-Theory.happy-seq", "Number-Theory.happy-nth", "Number-Theory.happy-take-while", "Number-Theory.happy?", "Number-Theory.look-and-say-seq", "Number-Theory.look-and-say-nth", "Number-Theory.look-and-say-take-while", "Number-Theory.look-and-say?", "Number-Theory.lucas-seq", "Number-Theory.lucas-nth", "Number-Theory.lucas-take-while", "Number-Theory.lucas?", "Number-Theory.lucky-seq", "Number-Theory.lucky-nth", "Number-Theory.lucky-take-while", "Number-Theory.lucky?", "Number-Theory.mersenne-seq", "Number-Theory.mersenne-nth", "Number-Theory.mersenne-take-while", "Number-Theory.mersenne?", "Number-Theory.padovan-seq", "Number-Theory.padovan-nth", "Number-Theory.padovan-take-while", "Number-Theory.padovan?", "Number-Theory.partition-seq", "Number-Theory.partition-nth", "Number-Theory.partition-take-while", "Number-Theory.partition?", "Number-Theory.pell-seq", "Number-Theory.pell-nth", "Number-Theory.pell-take-while", "Number-Theory.pell?", "Number-Theory.perfect-seq", "Number-Theory.perfect-nth", "Number-Theory.perfect-take-while", "Number-Theory.perfect?", "Number-Theory.perfect-cube-seq", "Number-Theory.perfect-cube-nth", "Number-Theory.perfect-cube-take-while", "Number-Theory.perfect-cube?", "Number-Theory.perfect-power-seq", "Number-Theory.perfect-power-nth", "Number-Theory.perfect-power-take-while", "Number-Theory.perfect-power?", "Number-Theory.perfect-square-seq", "Number-Theory.perfect-square-nth", "Number-Theory.perfect-square-take-while", "Number-Theory.perfect-square?", "Number-Theory.polygonal-seq", "Number-Theory.polygonal-nth", "Number-Theory.polygonal-take-while", "Number-Theory.polygonal?", "Number-Theory.prime-seq", "Number-Theory.prime-nth", "Number-Theory.prime-take-while", "Number-Theory.prime?", "Number-Theory.recaman-seq", "Number-Theory.recaman-nth", "Number-Theory.recaman-take-while", "Number-Theory.recaman?", "Number-Theory.sylvester-seq", "Number-Theory.sylvester-nth", "Number-Theory.sylvester-take-while", "Number-Theory.sylvester?", "Number-Theory.thue-morse-seq", "Number-Theory.thue-morse-nth", "Number-Theory.thue-morse-take-while", "Number-Theory.thue-morse?", "Number-Theory.tribonacci-seq", "Number-Theory.tribonacci-nth", "Number-Theory.tribonacci-take-while", "Number-Theory.tribonacci?", "Number-Theory.collatz-seq", "Number-Theory.juggler-seq", "Number-Theory.bernoulli-seq", "Number-Theory.bernoulli-take-while", "Number-Theory.bernoulli-nth", "Number-Theory.combinations", "Number-Theory.count-combinations", "Number-Theory.derangements", "Number-Theory.count-derangements", "Number-Theory.divisors", "Number-Theory.count-divisors", "Number-Theory.proper-divisors", "Number-Theory.count-proper-divisors", "Number-Theory.prime-factors", "Number-Theory.count-prime-factors", "Number-Theory.distinct-prime-factors", "Number-Theory.count-distinct-prime-factors", "Number-Theory.factorial", "Number-Theory.partitions", "Number-Theory.count-partitions", "Number-Theory.permutations", "Number-Theory.count-permutations", "Number-Theory.power-set", "Number-Theory.count-power-set", "Number-Theory.coprime?", "Number-Theory.divisible-by?", "Number-Theory.gcd", "Number-Theory.lcm", "Number-Theory.multinomial", "Number-Theory.amicable?", "Number-Theory.euler-totient", "Number-Theory.mobius", "Number-Theory.mertens", "Number-Theory.sigma", "Number-Theory.carmichael-lambda", "Number-Theory.cartesian-product", "Number-Theory.perfect-power", "Number-Theory.mod-exp", "Number-Theory.mod-inv", "Number-Theory.extended-gcd", "Number-Theory.chinese-remainder", "Number-Theory.stirling-first", "Number-Theory.stirling-second", "Random.random!", "Random.random-int!", "Random.random-int-inclusive!", "Random.random-float!", "Random.random-boolean!", "Random.random-item!", "Random.random-sample!", "Random.random-sample-unique!", "Random.shuffle!", "Random.random-normal!", "Random.random-exponential!", "Random.random-binomial!", "Random.random-poisson!", "Random.random-gamma!", "Random.random-pareto!", "Random.uuid!", "Random.random-char!", "Random.random-string!", "Random.random-id!", "Random.random-color!", "Assert.assert", "Assert.assert=", "Assert.assert!=", "Assert.assert-gt", "Assert.assert-lt", "Assert.assert-gte", "Assert.assert-lte", "Assert.assert-true", "Assert.assert-false", "Assert.assert-truthy", "Assert.assert-falsy", "Assert.assert-null", "Assert.assert-throws", "Assert.assert-throws-error", "Assert.assert-not-throws", "-short-regexp", "-short-fn", "-type-number", "-type-string", "-type-object", "-type-array", "-type-vector", "-type-matrix", "-type-grid", "-type-boolean", "-type-function", "-type-integer", "-type-any", "-type-null", "-type-collection", "-type-sequence", "-type-regexp", "-type-never"];
54
+ export type CoreApiName = typeof coreApiNames[number];
50
55
  export type ApiName = typeof apiNames[number];
51
56
  export declare function isApiName(arg: string): arg is ApiName;
52
- export declare const categoryRecord: {
53
- readonly 'Special expression': true;
54
- readonly Predicate: true;
55
- readonly Sequence: true;
56
- readonly Collection: true;
57
- readonly Array: true;
58
- readonly Object: true;
59
- readonly String: true;
60
- readonly Math: true;
61
- readonly Functional: true;
62
- readonly 'Regular expression': true;
63
- readonly Bitwise: true;
64
- readonly Misc: true;
65
- readonly Meta: true;
66
- readonly Assert: true;
67
- readonly Vector: true;
68
- readonly 'Linear Algebra': true;
69
- readonly Matrix: true;
70
- readonly Grid: true;
71
- readonly 'Number Theory': true;
72
- readonly Random: true;
73
- readonly Shorthand: true;
74
- readonly Datatype: true;
75
- };
76
- export type Category = keyof typeof categoryRecord;
77
- export declare const categories: Category[];
78
- declare const dataTypes: readonly ["number", "string", "object", "array", "vector", "matrix", "grid", "boolean", "function", "integer", "any", "null", "collection", "sequence", "regexp", "never"];
79
- export type DataType = typeof dataTypes[number];
80
- export declare function isDataType(arg: string): arg is DataType;
81
- export declare function getOperatorArgs(a: DataType | DataType[], b: DataType | DataType[]): Record<string, Argument>;
82
- export {};
57
+ export declare function isCoreApiName(arg: string): arg is CoreApiName;