@mojir/lits 2.1.37 → 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.
- package/README.md +119 -67
- package/dist/cli/cli/src/cli.d.ts +1 -1
- package/dist/cli/cli/src/js-interop/Cli/Fs/index.d.ts +2 -0
- package/dist/cli/cli/src/js-interop/Cli/Proc/index.d.ts +3 -0
- package/dist/cli/cli/src/js-interop/Cli/index.d.ts +3 -0
- package/dist/cli/cli/src/js-interop/utils.d.ts +2 -0
- package/dist/cli/cli.js +25886 -24463
- package/dist/cli/reference/api.d.ts +18 -43
- package/dist/cli/reference/index.d.ts +212 -626
- package/dist/cli/src/Lits/Lits.d.ts +4 -1
- package/dist/cli/src/allModules.d.ts +2 -0
- package/dist/cli/src/builtin/{normalExpressions/categories → core}/array.d.ts +1 -1
- package/dist/cli/src/builtin/{normalExpressions/categories → core}/bitwise.d.ts +1 -1
- package/dist/cli/src/builtin/{normalExpressions/categories → core}/collection.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories → cli/src/builtin/core}/functional.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories → cli/src/builtin/core}/math.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories → cli/src/builtin/core}/meta.d.ts +2 -2
- package/dist/cli/src/builtin/{normalExpressions/categories → core}/misc.d.ts +1 -1
- package/dist/cli/src/builtin/{normalExpressions/categories → core}/object.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories → cli/src/builtin/core}/predicates.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories → cli/src/builtin/core}/regexp.d.ts +1 -1
- package/dist/cli/src/builtin/{normalExpressions/categories → core}/sequence.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories → cli/src/builtin/core}/string.d.ts +1 -1
- package/dist/cli/src/builtin/index.d.ts +1 -1
- package/dist/cli/src/builtin/interface.d.ts +71 -3
- package/dist/cli/src/builtin/modules/assert/docs.d.ts +2 -0
- package/dist/cli/src/builtin/modules/assert/index.d.ts +2 -0
- package/dist/cli/src/builtin/modules/grid/docs.d.ts +2 -0
- package/dist/cli/src/builtin/modules/grid/index.d.ts +2 -0
- package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/grid/transpose.d.ts +1 -1
- package/dist/cli/src/builtin/modules/interface.d.ts +11 -0
- package/dist/cli/src/builtin/modules/linearAlgebra/docs.d.ts +2 -0
- package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/getUnit.d.ts +1 -1
- package/dist/cli/src/builtin/modules/linearAlgebra/index.d.ts +4 -0
- package/dist/cli/src/builtin/modules/matrix/docs.d.ts +2 -0
- package/dist/cli/src/builtin/modules/matrix/index.d.ts +4 -0
- package/dist/{src/builtin/normalExpressions/categories/namespaces → cli/src/builtin/modules}/numberTheory/combinations.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories/namespaces → cli/src/builtin/modules}/numberTheory/derangements.d.ts +1 -1
- package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/divisors.d.ts +1 -1
- package/dist/cli/src/builtin/modules/numberTheory/docs.d.ts +2 -0
- package/dist/{src/builtin/normalExpressions/categories/namespaces → cli/src/builtin/modules}/numberTheory/factorial.d.ts +1 -1
- package/dist/cli/src/builtin/modules/numberTheory/index.d.ts +4 -0
- package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/partitions.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories/namespaces → cli/src/builtin/modules}/numberTheory/permutations.d.ts +1 -1
- package/dist/cli/src/builtin/modules/numberTheory/powerSet.d.ts +2 -0
- package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/primeFactors.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories/namespaces → cli/src/builtin/modules}/numberTheory/sequences/bernoulli.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories/namespaces → cli/src/builtin/modules}/numberTheory/sequences/collatz.d.ts +1 -1
- package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/index.d.ts +6 -6
- package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/juggler.d.ts +1 -1
- package/dist/cli/src/builtin/modules/random/docs.d.ts +2 -0
- package/dist/cli/src/builtin/modules/random/index.d.ts +2 -0
- package/dist/cli/src/builtin/modules/vector/docs.d.ts +2 -0
- package/dist/cli/src/builtin/modules/vector/index.d.ts +2 -0
- package/dist/{src/builtin/normalExpressions/categories/namespaces → cli/src/builtin/modules}/vector/reductionFunctions/index.d.ts +5 -5
- package/dist/cli/src/builtin/normalExpressions/index.d.ts +2 -2
- package/dist/cli/src/builtin/specialExpressions/qq.d.ts +1 -1
- package/dist/cli/src/cli.d.ts +1 -1
- package/dist/cli/src/constants/constants.d.ts +1 -1
- package/dist/cli/src/evaluator/ContextStack.d.ts +8 -4
- package/dist/cli/src/index.d.ts +14 -0
- package/dist/cli/src/initReferenceData.d.ts +1 -0
- package/dist/cli/src/js-interop/Cli/Fs/index.d.ts +2 -0
- package/dist/cli/src/js-interop/Cli/Proc/index.d.ts +3 -0
- package/dist/cli/src/js-interop/Cli/index.d.ts +3 -0
- package/dist/cli/src/js-interop/utils.d.ts +2 -0
- package/dist/cli/src/parser/types.d.ts +10 -3
- package/dist/cli/src/tokenizer/reservedNames.d.ts +1 -0
- package/dist/cli/src/tokenizer/token.d.ts +4 -6
- package/dist/cli/src/tokenizer/tokenizers.d.ts +1 -0
- package/dist/full.esm.js +2 -0
- package/dist/full.esm.js.map +1 -0
- package/dist/full.js +2 -0
- package/dist/full.js.map +1 -0
- package/dist/index.esm.js +1 -31335
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -31359
- package/dist/index.js.map +1 -1
- package/dist/lits.iife.js +1 -31364
- package/dist/lits.iife.js.map +1 -1
- package/dist/modules/assert.esm.js +2 -0
- package/dist/modules/assert.esm.js.map +1 -0
- package/dist/modules/assert.js +2 -0
- package/dist/modules/assert.js.map +1 -0
- package/dist/modules/cli/src/cli.d.ts +2 -0
- package/dist/modules/cli/src/cliDocumentation/formatCliDescription.d.ts +3 -0
- package/dist/modules/cli/src/cliDocumentation/getCliArgumentInfo.d.ts +3 -0
- package/dist/modules/cli/src/cliDocumentation/getCliDocumentation.d.ts +2 -0
- package/dist/modules/cli/src/cliDocumentation/getCliFunctionExamples.d.ts +3 -0
- package/dist/modules/cli/src/cliDocumentation/getCliFunctionSignature.d.ts +3 -0
- package/dist/modules/cli/src/cliDocumentation/getCliTitle.d.ts +3 -0
- package/dist/modules/cli/src/cliDocumentation/getCliType.d.ts +3 -0
- package/dist/modules/cli/src/cliFormatterRules.d.ts +13 -0
- package/dist/modules/cli/src/colorizer.d.ts +939 -0
- package/dist/modules/cli/src/createReadlineInterface.d.ts +5 -0
- package/dist/modules/cli/src/js-interop/Cli/Fs/index.d.ts +2 -0
- package/dist/modules/cli/src/js-interop/Cli/Proc/index.d.ts +3 -0
- package/dist/modules/cli/src/js-interop/Cli/index.d.ts +3 -0
- package/dist/modules/cli/src/js-interop/utils.d.ts +2 -0
- package/dist/modules/common/createFormatter.d.ts +6 -0
- package/dist/modules/common/utils.d.ts +2 -0
- package/dist/modules/grid.esm.js +2 -0
- package/dist/modules/grid.esm.js.map +1 -0
- package/dist/modules/grid.js +2 -0
- package/dist/modules/grid.js.map +1 -0
- package/dist/modules/linearAlgebra.esm.js +2 -0
- package/dist/modules/linearAlgebra.esm.js.map +1 -0
- package/dist/modules/linearAlgebra.js +2 -0
- package/dist/modules/linearAlgebra.js.map +1 -0
- package/dist/modules/matrix.esm.js +2 -0
- package/dist/modules/matrix.esm.js.map +1 -0
- package/dist/modules/matrix.js +2 -0
- package/dist/modules/matrix.js.map +1 -0
- package/dist/modules/numberTheory.esm.js +2 -0
- package/dist/modules/numberTheory.esm.js.map +1 -0
- package/dist/modules/numberTheory.js +2 -0
- package/dist/modules/numberTheory.js.map +1 -0
- package/dist/modules/random.esm.js +2 -0
- package/dist/modules/random.esm.js.map +1 -0
- package/dist/modules/random.js +2 -0
- package/dist/modules/random.js.map +1 -0
- package/dist/modules/reference/api.d.ts +57 -0
- package/dist/modules/reference/datatype.d.ts +3 -0
- package/dist/modules/reference/index.d.ts +258 -0
- package/dist/modules/reference/shorthand.d.ts +3 -0
- package/dist/modules/src/AutoCompleter/AutoCompleter.d.ts +24 -0
- package/dist/modules/src/Lits/Cache.d.ts +16 -0
- package/dist/modules/src/Lits/Lits.d.ts +58 -0
- package/dist/modules/src/allModules.d.ts +2 -0
- package/dist/modules/src/builtin/bindingNode.d.ts +5 -0
- package/dist/{src/builtin/normalExpressions/categories → modules/src/builtin/core}/array.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories → modules/src/builtin/core}/bitwise.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories → modules/src/builtin/core}/collection.d.ts +1 -1
- package/dist/{cli/src/builtin/normalExpressions/categories → modules/src/builtin/core}/functional.d.ts +1 -1
- package/dist/{cli/src/builtin/normalExpressions/categories → modules/src/builtin/core}/math.d.ts +1 -1
- package/dist/{cli/src/builtin/normalExpressions/categories → modules/src/builtin/core}/meta.d.ts +2 -2
- package/dist/{src/builtin/normalExpressions/categories → modules/src/builtin/core}/misc.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories → modules/src/builtin/core}/object.d.ts +1 -1
- package/dist/{cli/src/builtin/normalExpressions/categories → modules/src/builtin/core}/predicates.d.ts +1 -1
- package/dist/{cli/src/builtin/normalExpressions/categories → modules/src/builtin/core}/regexp.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories → modules/src/builtin/core}/sequence.d.ts +1 -1
- package/dist/{cli/src/builtin/normalExpressions/categories → modules/src/builtin/core}/string.d.ts +1 -1
- package/dist/modules/src/builtin/index.d.ts +14 -0
- package/dist/modules/src/builtin/interface.d.ts +110 -0
- package/dist/modules/src/builtin/modules/assert/docs.d.ts +2 -0
- package/dist/modules/src/builtin/modules/assert/index.d.ts +2 -0
- package/dist/modules/src/builtin/modules/grid/docs.d.ts +2 -0
- package/dist/modules/src/builtin/modules/grid/index.d.ts +2 -0
- package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/grid/transpose.d.ts +1 -1
- package/dist/modules/src/builtin/modules/interface.d.ts +11 -0
- package/dist/modules/src/builtin/modules/linearAlgebra/docs.d.ts +2 -0
- package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/getUnit.d.ts +1 -1
- package/dist/modules/src/builtin/modules/linearAlgebra/index.d.ts +4 -0
- package/dist/modules/src/builtin/modules/matrix/docs.d.ts +2 -0
- package/dist/modules/src/builtin/modules/matrix/index.d.ts +4 -0
- package/dist/{cli/src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/combinations.d.ts +1 -1
- package/dist/{cli/src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/derangements.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/divisors.d.ts +1 -1
- package/dist/modules/src/builtin/modules/numberTheory/docs.d.ts +2 -0
- package/dist/{cli/src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/factorial.d.ts +1 -1
- package/dist/modules/src/builtin/modules/numberTheory/index.d.ts +4 -0
- package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/partitions.d.ts +1 -1
- package/dist/{cli/src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/permutations.d.ts +1 -1
- package/dist/modules/src/builtin/modules/numberTheory/powerSet.d.ts +2 -0
- package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/primeFactors.d.ts +1 -1
- package/dist/{cli/src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/bernoulli.d.ts +1 -1
- package/dist/{cli/src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/collatz.d.ts +1 -1
- package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/index.d.ts +6 -6
- package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/juggler.d.ts +1 -1
- package/dist/modules/src/builtin/modules/random/docs.d.ts +2 -0
- package/dist/modules/src/builtin/modules/random/index.d.ts +2 -0
- package/dist/modules/src/builtin/modules/vector/docs.d.ts +2 -0
- package/dist/modules/src/builtin/modules/vector/index.d.ts +2 -0
- package/dist/{cli/src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/index.d.ts +5 -5
- package/dist/modules/src/builtin/normalExpressions/index.d.ts +8 -0
- package/dist/modules/src/builtin/specialExpressionTypes.d.ts +23 -0
- package/dist/modules/src/builtin/specialExpressions/and.d.ts +6 -0
- package/dist/modules/src/builtin/specialExpressions/array.d.ts +6 -0
- package/dist/modules/src/builtin/specialExpressions/block.d.ts +6 -0
- package/dist/modules/src/builtin/specialExpressions/cond.d.ts +6 -0
- package/dist/modules/src/builtin/specialExpressions/def.d.ts +6 -0
- package/dist/modules/src/builtin/specialExpressions/defined.d.ts +5 -0
- package/dist/modules/src/builtin/specialExpressions/functions.d.ts +6 -0
- package/dist/modules/src/builtin/specialExpressions/if.d.ts +6 -0
- package/dist/modules/src/builtin/specialExpressions/let.d.ts +6 -0
- package/dist/modules/src/builtin/specialExpressions/loop.d.ts +6 -0
- package/dist/modules/src/builtin/specialExpressions/loops.d.ts +9 -0
- package/dist/modules/src/builtin/specialExpressions/object.d.ts +6 -0
- package/dist/modules/src/builtin/specialExpressions/or.d.ts +6 -0
- package/dist/modules/src/builtin/specialExpressions/qq.d.ts +6 -0
- package/dist/modules/src/builtin/specialExpressions/recur.d.ts +5 -0
- package/dist/modules/src/builtin/specialExpressions/switch.d.ts +6 -0
- package/dist/modules/src/builtin/specialExpressions/throw.d.ts +5 -0
- package/dist/modules/src/builtin/specialExpressions/try.d.ts +6 -0
- package/dist/modules/src/builtin/specialExpressions/unless.d.ts +6 -0
- package/dist/modules/src/builtin/utils.d.ts +6 -0
- package/dist/modules/src/constants/constants.d.ts +19 -0
- package/dist/modules/src/errors.d.ts +24 -0
- package/dist/modules/src/evaluator/ContextStack.d.ts +29 -0
- package/dist/modules/src/evaluator/functionExecutors.d.ts +11 -0
- package/dist/modules/src/evaluator/index.d.ts +5 -0
- package/dist/modules/src/evaluator/interface.d.ts +12 -0
- package/dist/modules/src/full.d.ts +27 -0
- package/dist/modules/src/getUndefinedSymbols/index.d.ts +7 -0
- package/dist/modules/src/index.d.ts +14 -0
- package/dist/modules/src/initReferenceData.d.ts +1 -0
- package/dist/modules/src/interface.d.ts +7 -0
- package/dist/modules/src/modules/assert.d.ts +2 -0
- package/dist/modules/src/modules/grid.d.ts +2 -0
- package/dist/modules/src/modules/linearAlgebra.d.ts +2 -0
- package/dist/modules/src/modules/matrix.d.ts +2 -0
- package/dist/modules/src/modules/numberTheory.d.ts +2 -0
- package/dist/modules/src/modules/random.d.ts +2 -0
- package/dist/modules/src/modules/vector.d.ts +2 -0
- package/dist/modules/src/parser/Parser.d.ts +58 -0
- package/dist/modules/src/parser/types.d.ts +133 -0
- package/dist/modules/src/symbolPatterns.d.ts +2 -0
- package/dist/modules/src/testFramework/index.d.ts +14 -0
- package/dist/modules/src/tokenizer/minifyTokenStream.d.ts +4 -0
- package/dist/modules/src/tokenizer/operators.d.ts +12 -0
- package/dist/modules/src/tokenizer/reservedNames.d.ts +66 -0
- package/dist/modules/src/tokenizer/token.d.ts +86 -0
- package/dist/modules/src/tokenizer/tokenize.d.ts +8 -0
- package/dist/modules/src/tokenizer/tokenizers.d.ts +14 -0
- package/dist/modules/src/transformer/index.d.ts +2 -0
- package/dist/modules/src/typeGuards/annotatedArrays.d.ts +16 -0
- package/dist/modules/src/typeGuards/array.d.ts +9 -0
- package/dist/modules/src/typeGuards/astNode.d.ts +20 -0
- package/dist/modules/src/typeGuards/index.d.ts +8 -0
- package/dist/modules/src/typeGuards/lits.d.ts +24 -0
- package/dist/modules/src/typeGuards/litsFunction.d.ts +12 -0
- package/dist/modules/src/typeGuards/number.d.ts +66 -0
- package/dist/modules/src/typeGuards/string.d.ts +15 -0
- package/dist/modules/src/untokenizer/index.d.ts +2 -0
- package/dist/modules/src/utils/arity.d.ts +10 -0
- package/dist/modules/src/utils/debug/debugTools.d.ts +1 -0
- package/dist/modules/src/utils/debug/getCodeMarker.d.ts +2 -0
- package/dist/modules/src/utils/debug/getSourceCodeInfo.d.ts +2 -0
- package/dist/modules/src/utils/docString/generateDocString.d.ts +2 -0
- package/dist/modules/src/utils/getAssertionError.d.ts +3 -0
- package/dist/modules/src/utils/index.d.ts +14 -0
- package/dist/modules/src/utils/symbols.d.ts +2 -0
- package/dist/modules/vector.esm.js +2 -0
- package/dist/modules/vector.esm.js.map +1 -0
- package/dist/modules/vector.js +2 -0
- package/dist/modules/vector.js.map +1 -0
- package/dist/reference/api.d.ts +18 -43
- package/dist/reference/index.d.ts +212 -626
- package/dist/src/Lits/Lits.d.ts +4 -1
- package/dist/src/allModules.d.ts +2 -0
- package/dist/src/builtin/core/array.d.ts +2 -0
- package/dist/src/builtin/core/bitwise.d.ts +2 -0
- package/dist/src/builtin/core/collection.d.ts +2 -0
- package/dist/src/builtin/core/functional.d.ts +2 -0
- package/dist/src/builtin/core/math.d.ts +2 -0
- package/dist/src/builtin/core/meta.d.ts +3 -0
- package/dist/src/builtin/core/misc.d.ts +2 -0
- package/dist/src/builtin/core/object.d.ts +2 -0
- package/dist/src/builtin/core/predicates.d.ts +2 -0
- package/dist/src/builtin/core/regexp.d.ts +2 -0
- package/dist/src/builtin/core/sequence.d.ts +2 -0
- package/dist/src/builtin/core/string.d.ts +2 -0
- package/dist/src/builtin/interface.d.ts +71 -3
- package/dist/src/builtin/modules/assert/docs.d.ts +2 -0
- package/dist/src/builtin/modules/assert/index.d.ts +2 -0
- package/dist/src/builtin/modules/grid/docs.d.ts +2 -0
- package/dist/src/builtin/modules/grid/fromArray.d.ts +8 -0
- package/dist/src/builtin/modules/grid/index.d.ts +2 -0
- package/dist/src/builtin/modules/grid/transpose.d.ts +2 -0
- package/dist/src/builtin/modules/interface.d.ts +11 -0
- package/dist/src/builtin/modules/linearAlgebra/docs.d.ts +2 -0
- package/dist/src/builtin/modules/linearAlgebra/helpers/calcFractionalRanks.d.ts +1 -0
- package/dist/src/builtin/modules/linearAlgebra/helpers/collinear.d.ts +2 -0
- package/dist/src/builtin/modules/linearAlgebra/helpers/corrleation.d.ts +8 -0
- package/dist/src/builtin/modules/linearAlgebra/helpers/covariance.d.ts +4 -0
- package/dist/src/builtin/modules/linearAlgebra/helpers/dot.d.ts +1 -0
- package/dist/src/builtin/modules/linearAlgebra/helpers/gaussJordanElimination.d.ts +7 -0
- package/dist/src/builtin/modules/linearAlgebra/helpers/getUnit.d.ts +2 -0
- package/dist/src/builtin/modules/linearAlgebra/helpers/isZeroVector.d.ts +1 -0
- package/dist/src/builtin/modules/linearAlgebra/helpers/kendallTau.d.ts +10 -0
- package/dist/src/builtin/modules/linearAlgebra/helpers/length.d.ts +1 -0
- package/dist/src/builtin/modules/linearAlgebra/helpers/pearsonCorr.d.ts +1 -0
- package/dist/src/builtin/modules/linearAlgebra/helpers/scale.d.ts +1 -0
- package/dist/src/builtin/modules/linearAlgebra/helpers/solve.d.ts +8 -0
- package/dist/src/builtin/modules/linearAlgebra/helpers/subtract.d.ts +1 -0
- package/dist/src/builtin/modules/linearAlgebra/index.d.ts +4 -0
- package/dist/src/builtin/modules/matrix/docs.d.ts +2 -0
- package/dist/src/builtin/modules/matrix/helpers/adjugate.d.ts +1 -0
- package/dist/src/builtin/modules/matrix/helpers/band.d.ts +9 -0
- package/dist/src/builtin/modules/matrix/helpers/cofactor.d.ts +1 -0
- package/dist/src/builtin/modules/matrix/helpers/determinant.d.ts +6 -0
- package/dist/src/builtin/modules/matrix/helpers/diagonal.d.ts +1 -0
- package/dist/src/builtin/modules/matrix/helpers/inverse.d.ts +6 -0
- package/dist/src/builtin/modules/matrix/helpers/isBanded.d.ts +11 -0
- package/dist/src/builtin/modules/matrix/helpers/isDiagonal.d.ts +10 -0
- package/dist/src/builtin/modules/matrix/helpers/isIdentity.d.ts +1 -0
- package/dist/src/builtin/modules/matrix/helpers/isOrthogonal.d.ts +1 -0
- package/dist/src/builtin/modules/matrix/helpers/isSquare.d.ts +1 -0
- package/dist/src/builtin/modules/matrix/helpers/isSymetric.d.ts +8 -0
- package/dist/src/builtin/modules/matrix/helpers/isTriangular.d.ts +13 -0
- package/dist/src/builtin/modules/matrix/helpers/matrixMultiply.d.ts +7 -0
- package/dist/src/builtin/modules/matrix/helpers/minor.d.ts +1 -0
- package/dist/src/builtin/modules/matrix/helpers/norm1.d.ts +1 -0
- package/dist/src/builtin/modules/matrix/helpers/trace.d.ts +8 -0
- package/dist/src/builtin/modules/matrix/index.d.ts +4 -0
- package/dist/src/builtin/modules/numberTheory/binomialCefficient.d.ts +1 -0
- package/dist/src/builtin/modules/numberTheory/combinations.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/derangements.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/divisors.d.ts +4 -0
- package/dist/src/builtin/modules/numberTheory/docs.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/factorial.d.ts +3 -0
- package/dist/src/builtin/modules/numberTheory/index.d.ts +4 -0
- package/dist/src/builtin/modules/numberTheory/partitions.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/permutations.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/powerSet.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/primeFactors.d.ts +11 -0
- package/dist/src/builtin/modules/numberTheory/sequences/abundant.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/arithmetic.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/bell.d.ts +1 -0
- package/dist/src/builtin/modules/numberTheory/sequences/bernoulli.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/catalan.d.ts +1 -0
- package/dist/src/builtin/modules/numberTheory/sequences/collatz.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/composite.d.ts +3 -0
- package/dist/src/builtin/modules/numberTheory/sequences/deficient.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/factorial.d.ts +1 -0
- package/dist/src/builtin/modules/numberTheory/sequences/fibonacci.d.ts +1 -0
- package/dist/src/builtin/modules/numberTheory/sequences/geometric.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/golomb.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/happy.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/index.d.ts +26 -0
- package/dist/src/builtin/modules/numberTheory/sequences/juggler.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/lookAndSay.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/lucas.d.ts +1 -0
- package/dist/src/builtin/modules/numberTheory/sequences/lucky.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/mersenne.d.ts +1 -0
- package/dist/src/builtin/modules/numberTheory/sequences/padovan.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/partition.d.ts +1 -0
- package/dist/src/builtin/modules/numberTheory/sequences/pell.d.ts +1 -0
- package/dist/src/builtin/modules/numberTheory/sequences/perfect.d.ts +1 -0
- package/dist/src/builtin/modules/numberTheory/sequences/perfectCube.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/perfectPower.d.ts +10 -0
- package/dist/src/builtin/modules/numberTheory/sequences/perfectSquare.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/poligonal.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/prime.d.ts +3 -0
- package/dist/src/builtin/modules/numberTheory/sequences/recaman.d.ts +9 -0
- package/dist/src/builtin/modules/numberTheory/sequences/sylvester.d.ts +1 -0
- package/dist/src/builtin/modules/numberTheory/sequences/thueMorse.d.ts +2 -0
- package/dist/src/builtin/modules/numberTheory/sequences/tribonacci.d.ts +1 -0
- package/dist/src/builtin/modules/random/docs.d.ts +2 -0
- package/dist/src/builtin/modules/random/index.d.ts +2 -0
- package/dist/src/builtin/modules/vector/bincount.d.ts +9 -0
- package/dist/src/builtin/modules/vector/calcMad.d.ts +1 -0
- package/dist/src/builtin/modules/vector/calcMean.d.ts +1 -0
- package/dist/src/builtin/modules/vector/calcMedad.d.ts +1 -0
- package/dist/src/builtin/modules/vector/calcMedian.d.ts +1 -0
- package/dist/src/builtin/modules/vector/calcStdDev.d.ts +2 -0
- package/dist/src/builtin/modules/vector/calcVariance.d.ts +2 -0
- package/dist/src/builtin/modules/vector/docs.d.ts +2 -0
- package/dist/src/builtin/modules/vector/entropy.d.ts +8 -0
- package/dist/src/builtin/modules/vector/histogram.d.ts +9 -0
- package/dist/src/builtin/modules/vector/index.d.ts +2 -0
- package/dist/src/builtin/modules/vector/mode.d.ts +6 -0
- package/dist/src/builtin/modules/vector/outliers.d.ts +7 -0
- package/dist/src/builtin/modules/vector/percentile.d.ts +7 -0
- package/dist/src/builtin/modules/vector/quartiles.d.ts +1 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/entropy.d.ts +2 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/giniCoefficient.d.ts +2 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/index.d.ts +13 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/iqr.d.ts +2 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/kurtosis.d.ts +5 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/mad.d.ts +2 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/max.d.ts +2 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/mean.d.ts +4 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/medad.d.ts +2 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/median.d.ts +2 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/min.d.ts +2 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/prod.d.ts +2 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/rms.d.ts +2 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/skewness.d.ts +3 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/span.d.ts +2 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/standardDeviation.d.ts +3 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/sum.d.ts +2 -0
- package/dist/src/builtin/modules/vector/reductionFunctions/variance.d.ts +3 -0
- package/dist/src/builtin/normalExpressions/index.d.ts +2 -2
- package/dist/src/builtin/specialExpressions/qq.d.ts +1 -1
- package/dist/src/constants/constants.d.ts +1 -1
- package/dist/src/evaluator/ContextStack.d.ts +8 -4
- package/dist/src/full.d.ts +27 -0
- package/dist/src/index.d.ts +1 -4
- package/dist/src/initReferenceData.d.ts +1 -0
- package/dist/src/modules/assert.d.ts +2 -0
- package/dist/src/modules/grid.d.ts +2 -0
- package/dist/src/modules/linearAlgebra.d.ts +2 -0
- package/dist/src/modules/matrix.d.ts +2 -0
- package/dist/src/modules/numberTheory.d.ts +2 -0
- package/dist/src/modules/random.d.ts +2 -0
- package/dist/src/modules/vector.d.ts +2 -0
- package/dist/src/parser/types.d.ts +10 -3
- package/dist/src/tokenizer/reservedNames.d.ts +1 -0
- package/dist/src/tokenizer/token.d.ts +4 -6
- package/dist/src/tokenizer/tokenizers.d.ts +1 -0
- package/dist/testFramework.esm.js +1 -31429
- package/dist/testFramework.esm.js.map +1 -1
- package/dist/testFramework.js +1 -31432
- package/dist/testFramework.js.map +1 -1
- package/package.json +50 -6
- package/dist/cli/cli/src/modules/index.d.ts +0 -4
- package/dist/cli/cli/src/modules/sys/index.d.ts +0 -3
- package/dist/cli/reference/categories/array.d.ts +0 -3
- package/dist/cli/reference/categories/assert.d.ts +0 -3
- package/dist/cli/reference/categories/bitwise.d.ts +0 -3
- package/dist/cli/reference/categories/collection.d.ts +0 -3
- package/dist/cli/reference/categories/functional.d.ts +0 -3
- package/dist/cli/reference/categories/grid/index.d.ts +0 -3
- package/dist/cli/reference/categories/linearAlgebra/index.d.ts +0 -3
- package/dist/cli/reference/categories/math.d.ts +0 -3
- package/dist/cli/reference/categories/matrix/index.d.ts +0 -3
- package/dist/cli/reference/categories/meta.d.ts +0 -3
- package/dist/cli/reference/categories/misc.d.ts +0 -3
- package/dist/cli/reference/categories/numberTheory/abundant.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/arithmetic.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/bell.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/bernoulli.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/catalan.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/collatz.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/composite.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/deficient.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/factorial.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/fibonacci.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/geometric.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/golomb.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/happy.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/index.d.ts +0 -12
- package/dist/cli/reference/categories/numberTheory/juggler.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/lookAndSay.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/lucas.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/lucky.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/mersenne.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/padovan.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/partition.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/pell.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/perfect.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/perfectCube.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/perfectPower.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/perfectSquare.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/polygonal.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/prime.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/recaman.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/sylvester.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/thueMorse.d.ts +0 -2
- package/dist/cli/reference/categories/numberTheory/tribonacci.d.ts +0 -2
- package/dist/cli/reference/categories/object.d.ts +0 -3
- package/dist/cli/reference/categories/predicate.d.ts +0 -3
- package/dist/cli/reference/categories/random.d.ts +0 -3
- package/dist/cli/reference/categories/regularExpression.d.ts +0 -3
- package/dist/cli/reference/categories/sequence.d.ts +0 -3
- package/dist/cli/reference/categories/specialExpressions.d.ts +0 -3
- package/dist/cli/reference/categories/string.d.ts +0 -3
- package/dist/cli/reference/categories/vector/entropy.d.ts +0 -2
- package/dist/cli/reference/categories/vector/giniCoefficient.d.ts +0 -2
- package/dist/cli/reference/categories/vector/index.d.ts +0 -7
- package/dist/cli/reference/categories/vector/iqr.d.ts +0 -2
- package/dist/cli/reference/categories/vector/kurtosis.d.ts +0 -5
- package/dist/cli/reference/categories/vector/mad.d.ts +0 -2
- package/dist/cli/reference/categories/vector/max.d.ts +0 -2
- package/dist/cli/reference/categories/vector/mean.d.ts +0 -4
- package/dist/cli/reference/categories/vector/medad.d.ts +0 -2
- package/dist/cli/reference/categories/vector/median.d.ts +0 -2
- package/dist/cli/reference/categories/vector/min.d.ts +0 -2
- package/dist/cli/reference/categories/vector/prod.d.ts +0 -2
- package/dist/cli/reference/categories/vector/rms.d.ts +0 -2
- package/dist/cli/reference/categories/vector/skewness.d.ts +0 -3
- package/dist/cli/reference/categories/vector/span.d.ts +0 -2
- package/dist/cli/reference/categories/vector/standardDeviation.d.ts +0 -3
- package/dist/cli/reference/categories/vector/sum.d.ts +0 -2
- package/dist/cli/reference/categories/vector/variance.d.ts +0 -3
- package/dist/cli/src/builtin/normalExpressions/categories/assert.d.ts +0 -2
- package/dist/cli/src/builtin/normalExpressions/categories/namespaces/grid/index.d.ts +0 -2
- package/dist/cli/src/builtin/normalExpressions/categories/namespaces/linearAlgebra/index.d.ts +0 -2
- package/dist/cli/src/builtin/normalExpressions/categories/namespaces/matrix/index.d.ts +0 -2
- package/dist/cli/src/builtin/normalExpressions/categories/namespaces/numberTheory/index.d.ts +0 -2
- package/dist/cli/src/builtin/normalExpressions/categories/namespaces/numberTheory/powerSet.d.ts +0 -2
- package/dist/cli/src/builtin/normalExpressions/categories/namespaces/random/index.d.ts +0 -2
- package/dist/cli/src/builtin/normalExpressions/categories/namespaces/vector/index.d.ts +0 -2
- package/dist/cli/src/modules/index.d.ts +0 -4
- package/dist/cli/src/modules/sys/index.d.ts +0 -3
- package/dist/reference/categories/array.d.ts +0 -3
- package/dist/reference/categories/assert.d.ts +0 -3
- package/dist/reference/categories/bitwise.d.ts +0 -3
- package/dist/reference/categories/collection.d.ts +0 -3
- package/dist/reference/categories/functional.d.ts +0 -3
- package/dist/reference/categories/grid/index.d.ts +0 -3
- package/dist/reference/categories/linearAlgebra/index.d.ts +0 -3
- package/dist/reference/categories/math.d.ts +0 -3
- package/dist/reference/categories/matrix/index.d.ts +0 -3
- package/dist/reference/categories/meta.d.ts +0 -3
- package/dist/reference/categories/misc.d.ts +0 -3
- package/dist/reference/categories/numberTheory/abundant.d.ts +0 -2
- package/dist/reference/categories/numberTheory/arithmetic.d.ts +0 -2
- package/dist/reference/categories/numberTheory/bell.d.ts +0 -2
- package/dist/reference/categories/numberTheory/bernoulli.d.ts +0 -2
- package/dist/reference/categories/numberTheory/catalan.d.ts +0 -2
- package/dist/reference/categories/numberTheory/collatz.d.ts +0 -2
- package/dist/reference/categories/numberTheory/composite.d.ts +0 -2
- package/dist/reference/categories/numberTheory/deficient.d.ts +0 -2
- package/dist/reference/categories/numberTheory/factorial.d.ts +0 -2
- package/dist/reference/categories/numberTheory/fibonacci.d.ts +0 -2
- package/dist/reference/categories/numberTheory/geometric.d.ts +0 -2
- package/dist/reference/categories/numberTheory/golomb.d.ts +0 -2
- package/dist/reference/categories/numberTheory/happy.d.ts +0 -2
- package/dist/reference/categories/numberTheory/index.d.ts +0 -12
- package/dist/reference/categories/numberTheory/juggler.d.ts +0 -2
- package/dist/reference/categories/numberTheory/lookAndSay.d.ts +0 -2
- package/dist/reference/categories/numberTheory/lucas.d.ts +0 -2
- package/dist/reference/categories/numberTheory/lucky.d.ts +0 -2
- package/dist/reference/categories/numberTheory/mersenne.d.ts +0 -2
- package/dist/reference/categories/numberTheory/padovan.d.ts +0 -2
- package/dist/reference/categories/numberTheory/partition.d.ts +0 -2
- package/dist/reference/categories/numberTheory/pell.d.ts +0 -2
- package/dist/reference/categories/numberTheory/perfect.d.ts +0 -2
- package/dist/reference/categories/numberTheory/perfectCube.d.ts +0 -2
- package/dist/reference/categories/numberTheory/perfectPower.d.ts +0 -2
- package/dist/reference/categories/numberTheory/perfectSquare.d.ts +0 -2
- package/dist/reference/categories/numberTheory/polygonal.d.ts +0 -2
- package/dist/reference/categories/numberTheory/prime.d.ts +0 -2
- package/dist/reference/categories/numberTheory/recaman.d.ts +0 -2
- package/dist/reference/categories/numberTheory/sylvester.d.ts +0 -2
- package/dist/reference/categories/numberTheory/thueMorse.d.ts +0 -2
- package/dist/reference/categories/numberTheory/tribonacci.d.ts +0 -2
- package/dist/reference/categories/object.d.ts +0 -3
- package/dist/reference/categories/predicate.d.ts +0 -3
- package/dist/reference/categories/random.d.ts +0 -3
- package/dist/reference/categories/regularExpression.d.ts +0 -3
- package/dist/reference/categories/sequence.d.ts +0 -3
- package/dist/reference/categories/specialExpressions.d.ts +0 -3
- package/dist/reference/categories/string.d.ts +0 -3
- package/dist/reference/categories/vector/entropy.d.ts +0 -2
- package/dist/reference/categories/vector/giniCoefficient.d.ts +0 -2
- package/dist/reference/categories/vector/index.d.ts +0 -7
- package/dist/reference/categories/vector/iqr.d.ts +0 -2
- package/dist/reference/categories/vector/kurtosis.d.ts +0 -5
- package/dist/reference/categories/vector/mad.d.ts +0 -2
- package/dist/reference/categories/vector/max.d.ts +0 -2
- package/dist/reference/categories/vector/mean.d.ts +0 -4
- package/dist/reference/categories/vector/medad.d.ts +0 -2
- package/dist/reference/categories/vector/median.d.ts +0 -2
- package/dist/reference/categories/vector/min.d.ts +0 -2
- package/dist/reference/categories/vector/prod.d.ts +0 -2
- package/dist/reference/categories/vector/rms.d.ts +0 -2
- package/dist/reference/categories/vector/skewness.d.ts +0 -3
- package/dist/reference/categories/vector/span.d.ts +0 -2
- package/dist/reference/categories/vector/standardDeviation.d.ts +0 -3
- package/dist/reference/categories/vector/sum.d.ts +0 -2
- package/dist/reference/categories/vector/variance.d.ts +0 -3
- package/dist/src/builtin/normalExpressions/categories/assert.d.ts +0 -2
- package/dist/src/builtin/normalExpressions/categories/namespaces/grid/index.d.ts +0 -2
- package/dist/src/builtin/normalExpressions/categories/namespaces/linearAlgebra/index.d.ts +0 -2
- package/dist/src/builtin/normalExpressions/categories/namespaces/matrix/index.d.ts +0 -2
- package/dist/src/builtin/normalExpressions/categories/namespaces/numberTheory/index.d.ts +0 -2
- package/dist/src/builtin/normalExpressions/categories/namespaces/numberTheory/powerSet.d.ts +0 -2
- package/dist/src/builtin/normalExpressions/categories/namespaces/random/index.d.ts +0 -2
- package/dist/src/builtin/normalExpressions/categories/namespaces/vector/index.d.ts +0 -2
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/grid/fromArray.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/calcFractionalRanks.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/collinear.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/corrleation.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/covariance.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/dot.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/gaussJordanElimination.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/isZeroVector.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/kendallTau.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/length.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/pearsonCorr.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/scale.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/solve.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/linearAlgebra/helpers/subtract.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/adjugate.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/band.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/cofactor.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/determinant.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/inverse.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/isBanded.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/isDiagonal.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/isIdentity.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/isOrthogonal.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/isSquare.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/isSymetric.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/isTriangular.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/matrixMultiply.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/minor.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/norm1.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/matrix/helpers/trace.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/binomialCefficient.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/abundant.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/arithmetic.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/bell.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/catalan.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/composite.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/deficient.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/factorial.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/fibonacci.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/geometric.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/golomb.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/happy.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/lookAndSay.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/lucas.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/lucky.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/mersenne.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/padovan.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/partition.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/pell.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/perfect.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/perfectCube.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/perfectPower.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/perfectSquare.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/poligonal.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/prime.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/recaman.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/sylvester.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/thueMorse.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/numberTheory/sequences/tribonacci.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/bincount.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/calcMad.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/calcMean.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/calcMedad.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/calcMedian.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/calcStdDev.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/calcVariance.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/entropy.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/histogram.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/mode.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/outliers.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/percentile.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/quartiles.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/entropy.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/giniCoefficient.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/iqr.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/kurtosis.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/mad.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/max.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/mean.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/medad.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/median.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/min.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/prod.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/rms.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/skewness.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/span.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/standardDeviation.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/sum.d.ts +0 -0
- /package/dist/cli/src/builtin/{normalExpressions/categories/namespaces → modules}/vector/reductionFunctions/variance.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/grid/fromArray.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/calcFractionalRanks.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/collinear.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/corrleation.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/covariance.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/dot.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/gaussJordanElimination.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/isZeroVector.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/kendallTau.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/length.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/pearsonCorr.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/scale.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/solve.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/linearAlgebra/helpers/subtract.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/adjugate.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/band.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/cofactor.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/determinant.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/diagonal.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/inverse.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/isBanded.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/isDiagonal.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/isIdentity.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/isOrthogonal.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/isSquare.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/isSymetric.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/isTriangular.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/matrixMultiply.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/minor.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/norm1.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/matrix/helpers/trace.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/binomialCefficient.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/abundant.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/arithmetic.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/bell.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/catalan.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/composite.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/deficient.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/factorial.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/fibonacci.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/geometric.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/golomb.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/happy.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/lookAndSay.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/lucas.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/lucky.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/mersenne.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/padovan.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/partition.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/pell.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/perfect.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/perfectCube.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/perfectPower.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/perfectSquare.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/poligonal.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/prime.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/recaman.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/sylvester.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/thueMorse.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/numberTheory/sequences/tribonacci.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/bincount.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/calcMad.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/calcMean.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/calcMedad.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/calcMedian.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/calcStdDev.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/calcVariance.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/entropy.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/histogram.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/mode.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/outliers.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/percentile.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/quartiles.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/entropy.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/giniCoefficient.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/iqr.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/kurtosis.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/mad.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/max.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/mean.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/medad.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/median.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/min.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/prod.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/rms.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/skewness.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/span.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/standardDeviation.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/sum.d.ts +0 -0
- /package/dist/{src/builtin/normalExpressions/categories/namespaces → modules/src/builtin/modules}/vector/reductionFunctions/variance.d.ts +0 -0
|
@@ -1,24 +1,25 @@
|
|
|
1
|
-
|
|
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", "
|
|
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 ["
|
|
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 ["
|
|
17
|
-
readonly matrix: readonly ["
|
|
18
|
-
readonly vector: readonly ["
|
|
19
|
-
readonly linAlg: readonly ["
|
|
20
|
-
readonly numberTheory: readonly ["
|
|
21
|
-
readonly random: readonly ["
|
|
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
|
|
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
|
|
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;
|