@cortex-js/compute-engine 0.69.0 → 0.69.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/{chunk-T44CNE4L.js → chunk-QIFCLIET.js} +1 -1
- package/dist/chunks/{chunk-ZQVRT3JA.js → chunk-TWCY5EYT.js} +1 -1
- package/dist/compile.esm.js +2 -2
- package/dist/compile.min.esm.js +2 -2
- package/dist/compile.min.umd.cjs +2 -2
- package/dist/compile.umd.cjs +2 -2
- package/dist/compute-engine.esm.js +4 -4
- package/dist/compute-engine.min.esm.js +3 -3
- package/dist/compute-engine.min.umd.cjs +2 -2
- package/dist/compute-engine.umd.cjs +3 -3
- package/dist/core.esm.js +2 -2
- package/dist/core.min.esm.js +2 -2
- package/dist/core.min.umd.cjs +2 -2
- package/dist/core.umd.cjs +2 -2
- package/dist/identities.esm.js +2 -2
- package/dist/identities.min.esm.js +2 -2
- package/dist/identities.min.umd.cjs +2 -2
- package/dist/identities.umd.cjs +2 -2
- package/dist/integration-rules.esm.js +3 -3
- package/dist/integration-rules.min.esm.js +3 -3
- package/dist/integration-rules.min.umd.cjs +2 -2
- package/dist/integration-rules.umd.cjs +2 -2
- package/dist/interval.esm.js +2 -2
- package/dist/interval.min.esm.js +2 -2
- package/dist/interval.min.umd.cjs +2 -2
- package/dist/interval.umd.cjs +2 -2
- package/dist/latex-syntax.esm.js +2 -2
- package/dist/latex-syntax.min.esm.js +2 -2
- package/dist/latex-syntax.min.umd.cjs +2 -2
- package/dist/latex-syntax.umd.cjs +2 -2
- package/dist/math-json.esm.js +2 -2
- package/dist/math-json.min.esm.js +2 -2
- package/dist/math-json.min.umd.cjs +2 -2
- package/dist/math-json.umd.cjs +2 -2
- package/dist/numerics.esm.js +2 -2
- package/dist/numerics.min.esm.js +2 -2
- package/dist/numerics.min.umd.cjs +2 -2
- package/dist/numerics.umd.cjs +2 -2
- package/dist/types/big-decimal/big-decimal.d.ts +2 -2
- package/dist/types/big-decimal/index.d.ts +2 -2
- package/dist/types/big-decimal/transcendentals.d.ts +2 -2
- package/dist/types/big-decimal/utils.d.ts +1 -1
- package/dist/types/common/ansi-codes.d.ts +1 -1
- package/dist/types/common/configuration-change.d.ts +1 -1
- package/dist/types/common/fuzzy-string-match.d.ts +1 -1
- package/dist/types/common/grapheme-splitter.d.ts +1 -1
- package/dist/types/common/interruptible.d.ts +1 -1
- package/dist/types/common/one-of.d.ts +1 -1
- package/dist/types/common/signals.d.ts +1 -1
- package/dist/types/common/type/ast-nodes.d.ts +1 -1
- package/dist/types/common/type/boxed-type.d.ts +1 -1
- package/dist/types/common/type/lexer.d.ts +1 -1
- package/dist/types/common/type/parse.d.ts +1 -1
- package/dist/types/common/type/parser.d.ts +3 -3
- package/dist/types/common/type/primitive.d.ts +1 -1
- package/dist/types/common/type/reduce.d.ts +1 -1
- package/dist/types/common/type/serialize.d.ts +1 -1
- package/dist/types/common/type/subtype.d.ts +1 -1
- package/dist/types/common/type/type-builder.d.ts +2 -2
- package/dist/types/common/type/types.d.ts +1 -1
- package/dist/types/common/type/utils.d.ts +3 -3
- package/dist/types/common/utils.d.ts +1 -1
- package/dist/types/compile.d.ts +11 -11
- package/dist/types/compute-engine/assume.d.ts +3 -3
- package/dist/types/compute-engine/boxed-expression/abstract-boxed-expression.d.ts +8 -8
- package/dist/types/compute-engine/boxed-expression/apply.d.ts +3 -3
- package/dist/types/compute-engine/boxed-expression/arithmetic-add.d.ts +3 -3
- package/dist/types/compute-engine/boxed-expression/arithmetic-mul-div.d.ts +3 -3
- package/dist/types/compute-engine/boxed-expression/arithmetic-power.d.ts +2 -2
- package/dist/types/compute-engine/boxed-expression/ascii-math.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/box.d.ts +4 -4
- package/dist/types/compute-engine/boxed-expression/boxed-dictionary.d.ts +4 -4
- package/dist/types/compute-engine/boxed-expression/boxed-function.d.ts +6 -6
- package/dist/types/compute-engine/boxed-expression/boxed-number.d.ts +8 -8
- package/dist/types/compute-engine/boxed-expression/boxed-operator-definition.d.ts +3 -3
- package/dist/types/compute-engine/boxed-expression/boxed-patterns.d.ts +3 -3
- package/dist/types/compute-engine/boxed-expression/boxed-string.d.ts +3 -3
- package/dist/types/compute-engine/boxed-expression/boxed-symbol.d.ts +8 -8
- package/dist/types/compute-engine/boxed-expression/boxed-tensor.d.ts +5 -5
- package/dist/types/compute-engine/boxed-expression/boxed-value-definition.d.ts +4 -4
- package/dist/types/compute-engine/boxed-expression/cache.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/canonical-utils.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/canonical.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/compare.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/constants.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/constraint-subject.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/diophantine.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/exp-to-trig.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/expand.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/explain-labels.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/explain.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/expression-map.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/factor.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/flatten.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/hold.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/inequality-bounds.d.ts +2 -2
- package/dist/types/compute-engine/boxed-expression/init-lazy-refs.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/invisible-operator.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/match.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/multivariate-gcd.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/multivariate-poly.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/negate.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/numerics.d.ts +4 -4
- package/dist/types/compute-engine/boxed-expression/order.d.ts +2 -2
- package/dist/types/compute-engine/boxed-expression/pattern-utils.d.ts +2 -2
- package/dist/types/compute-engine/boxed-expression/polynomial-degree.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/polynomials.d.ts +2 -2
- package/dist/types/compute-engine/boxed-expression/predicates.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/rule-index.d.ts +2 -2
- package/dist/types/compute-engine/boxed-expression/rules.d.ts +4 -4
- package/dist/types/compute-engine/boxed-expression/serialize.d.ts +2 -2
- package/dist/types/compute-engine/boxed-expression/sgn.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/simplify.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/solve-domain.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/solve-linear-system.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/solve.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/stochastic-equal.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/trigonometry.d.ts +1 -1
- package/dist/types/compute-engine/boxed-expression/type-guards.d.ts +2 -2
- package/dist/types/compute-engine/boxed-expression/utils.d.ts +3 -3
- package/dist/types/compute-engine/boxed-expression/validate.d.ts +2 -2
- package/dist/types/compute-engine/collection-utils.d.ts +1 -1
- package/dist/types/compute-engine/compilation/base-compiler.d.ts +2 -2
- package/dist/types/compute-engine/compilation/compile-expression.d.ts +3 -3
- package/dist/types/compute-engine/compilation/constant-folding.d.ts +2 -2
- package/dist/types/compute-engine/compilation/glsl-target.d.ts +3 -3
- package/dist/types/compute-engine/compilation/gpu-target.d.ts +2 -2
- package/dist/types/compute-engine/compilation/interval-glsl-target.d.ts +3 -3
- package/dist/types/compute-engine/compilation/interval-javascript-target.d.ts +98 -98
- package/dist/types/compute-engine/compilation/javascript-target.d.ts +6 -6
- package/dist/types/compute-engine/compilation/python-target.d.ts +2 -2
- package/dist/types/compute-engine/compilation/types.d.ts +1 -1
- package/dist/types/compute-engine/compilation/wgsl-target.d.ts +3 -3
- package/dist/types/compute-engine/cost-function.d.ts +1 -1
- package/dist/types/compute-engine/differential-equation-utils.d.ts +1 -1
- package/dist/types/compute-engine/engine-assumptions.d.ts +2 -2
- package/dist/types/compute-engine/engine-cache.d.ts +1 -1
- package/dist/types/compute-engine/engine-common-symbols.d.ts +1 -1
- package/dist/types/compute-engine/engine-compilation-targets.d.ts +2 -2
- package/dist/types/compute-engine/engine-configuration-lifecycle.d.ts +1 -1
- package/dist/types/compute-engine/engine-declarations.d.ts +4 -4
- package/dist/types/compute-engine/engine-expression-entrypoints.d.ts +7 -7
- package/dist/types/compute-engine/engine-extension-contracts.d.ts +2 -2
- package/dist/types/compute-engine/engine-library-bootstrap.d.ts +1 -1
- package/dist/types/compute-engine/engine-numeric-configuration.d.ts +2 -2
- package/dist/types/compute-engine/engine-runtime-state.d.ts +1 -1
- package/dist/types/compute-engine/engine-scope.d.ts +1 -1
- package/dist/types/compute-engine/engine-sequences.d.ts +1 -1
- package/dist/types/compute-engine/engine-simplification-rules.d.ts +1 -1
- package/dist/types/compute-engine/engine-startup-coordinator.d.ts +2 -2
- package/dist/types/compute-engine/engine-type-resolver.d.ts +1 -1
- package/dist/types/compute-engine/engine-validation-entrypoints.d.ts +3 -3
- package/dist/types/compute-engine/free-functions.d.ts +4 -4
- package/dist/types/compute-engine/function-properties/index.d.ts +2 -2
- package/dist/types/compute-engine/function-utils.d.ts +2 -2
- package/dist/types/compute-engine/fungrim/loader.d.ts +2 -2
- package/dist/types/compute-engine/fungrim/types.d.ts +2 -2
- package/dist/types/compute-engine/global-types.d.ts +5 -5
- package/dist/types/compute-engine/index.d.ts +30 -30
- package/dist/types/compute-engine/interval/arithmetic.d.ts +2 -2
- package/dist/types/compute-engine/interval/comparison.d.ts +2 -2
- package/dist/types/compute-engine/interval/elementary.d.ts +2 -2
- package/dist/types/compute-engine/interval/index.d.ts +12 -12
- package/dist/types/compute-engine/interval/trigonometric.d.ts +2 -2
- package/dist/types/compute-engine/interval/types.d.ts +1 -1
- package/dist/types/compute-engine/interval/util.d.ts +2 -2
- package/dist/types/compute-engine/latex-syntax/dictionary/default-dictionary.d.ts +17 -17
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions-algebra.d.ts +1 -1
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions-arithmetic.d.ts +1 -1
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions-calculus.d.ts +1 -1
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions-colors.d.ts +1 -1
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions-complex.d.ts +1 -1
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions-core.d.ts +1 -1
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions-linear-algebra.d.ts +1 -1
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions-logic.d.ts +2 -2
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions-other.d.ts +1 -1
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions-relational-operators.d.ts +1 -1
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions-sets.d.ts +1 -1
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions-statistics.d.ts +1 -1
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions-symbols.d.ts +1 -1
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions-trigonometry.d.ts +1 -1
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions-units.d.ts +2 -2
- package/dist/types/compute-engine/latex-syntax/dictionary/definitions.d.ts +4 -4
- package/dist/types/compute-engine/latex-syntax/dictionary/indexed-types.d.ts +2 -2
- package/dist/types/compute-engine/latex-syntax/latex-syntax.d.ts +3 -3
- package/dist/types/compute-engine/latex-syntax/parse-number.d.ts +3 -3
- package/dist/types/compute-engine/latex-syntax/parse-symbol.d.ts +2 -2
- package/dist/types/compute-engine/latex-syntax/parse.d.ts +5 -5
- package/dist/types/compute-engine/latex-syntax/serialize-dms.d.ts +1 -1
- package/dist/types/compute-engine/latex-syntax/serialize-number.d.ts +2 -2
- package/dist/types/compute-engine/latex-syntax/serializer-style.d.ts +2 -2
- package/dist/types/compute-engine/latex-syntax/serializer.d.ts +3 -3
- package/dist/types/compute-engine/latex-syntax/tokenizer.d.ts +1 -1
- package/dist/types/compute-engine/latex-syntax/types.d.ts +5 -5
- package/dist/types/compute-engine/latex-syntax/utils.d.ts +1 -1
- package/dist/types/compute-engine/library/arithmetic.d.ts +1 -1
- package/dist/types/compute-engine/library/calculus.d.ts +2 -2
- package/dist/types/compute-engine/library/collections.d.ts +1 -1
- package/dist/types/compute-engine/library/colors.d.ts +1 -1
- package/dist/types/compute-engine/library/combinatorics.d.ts +1 -1
- package/dist/types/compute-engine/library/complex.d.ts +2 -2
- package/dist/types/compute-engine/library/control-structures.d.ts +1 -1
- package/dist/types/compute-engine/library/core.d.ts +1 -1
- package/dist/types/compute-engine/library/distributions.d.ts +1 -1
- package/dist/types/compute-engine/library/fractals.d.ts +1 -1
- package/dist/types/compute-engine/library/library.d.ts +2 -2
- package/dist/types/compute-engine/library/linear-algebra.d.ts +1 -1
- package/dist/types/compute-engine/library/logic-analysis.d.ts +1 -1
- package/dist/types/compute-engine/library/logic.d.ts +1 -1
- package/dist/types/compute-engine/library/measurement-arithmetic.d.ts +2 -2
- package/dist/types/compute-engine/library/number-theory.d.ts +1 -1
- package/dist/types/compute-engine/library/polynomials.d.ts +1 -1
- package/dist/types/compute-engine/library/quantity-arithmetic.d.ts +2 -2
- package/dist/types/compute-engine/library/random-expression.d.ts +1 -1
- package/dist/types/compute-engine/library/relational-operator.d.ts +1 -1
- package/dist/types/compute-engine/library/sets.d.ts +2 -2
- package/dist/types/compute-engine/library/special-functions.d.ts +1 -1
- package/dist/types/compute-engine/library/statistics.d.ts +1 -1
- package/dist/types/compute-engine/library/trigonometry.d.ts +1 -1
- package/dist/types/compute-engine/library/type-handlers.d.ts +3 -3
- package/dist/types/compute-engine/library/unit-data.d.ts +2 -2
- package/dist/types/compute-engine/library/units.d.ts +2 -2
- package/dist/types/compute-engine/library/utils.d.ts +1 -1
- package/dist/types/compute-engine/numeric-value/big-numeric-value.d.ts +6 -6
- package/dist/types/compute-engine/numeric-value/exact-numeric-value.d.ts +5 -5
- package/dist/types/compute-engine/numeric-value/machine-numeric-value.d.ts +5 -5
- package/dist/types/compute-engine/numeric-value/types.d.ts +4 -4
- package/dist/types/compute-engine/numerics/bernoulli.d.ts +1 -1
- package/dist/types/compute-engine/numerics/bigint.d.ts +1 -1
- package/dist/types/compute-engine/numerics/complex-esm-augment.d.ts +1 -1
- package/dist/types/compute-engine/numerics/differential-equations.d.ts +1 -1
- package/dist/types/compute-engine/numerics/diophantine.d.ts +1 -1
- package/dist/types/compute-engine/numerics/distributions.d.ts +1 -1
- package/dist/types/compute-engine/numerics/expression.d.ts +1 -1
- package/dist/types/compute-engine/numerics/interval.d.ts +1 -1
- package/dist/types/compute-engine/numerics/linear-algebra.d.ts +1 -1
- package/dist/types/compute-engine/numerics/monte-carlo.d.ts +1 -1
- package/dist/types/compute-engine/numerics/numeric-bigint.d.ts +1 -1
- package/dist/types/compute-engine/numerics/numeric-bignum.d.ts +1 -1
- package/dist/types/compute-engine/numerics/numeric-complex.d.ts +2 -2
- package/dist/types/compute-engine/numerics/numeric.d.ts +1 -1
- package/dist/types/compute-engine/numerics/oscillatory-quadrature.d.ts +1 -1
- package/dist/types/compute-engine/numerics/polynomial-roots.d.ts +1 -1
- package/dist/types/compute-engine/numerics/primes.d.ts +1 -1
- package/dist/types/compute-engine/numerics/random.d.ts +1 -1
- package/dist/types/compute-engine/numerics/rationals.d.ts +1 -1
- package/dist/types/compute-engine/numerics/richardson.d.ts +1 -1
- package/dist/types/compute-engine/numerics/special-functions.d.ts +2 -2
- package/dist/types/compute-engine/numerics/statistics.d.ts +1 -1
- package/dist/types/compute-engine/numerics/strings.d.ts +2 -2
- package/dist/types/compute-engine/numerics/types.d.ts +1 -1
- package/dist/types/compute-engine/numerics/unit-data.d.ts +1 -1
- package/dist/types/compute-engine/oeis.d.ts +2 -2
- package/dist/types/compute-engine/rubi/compile.d.ts +3 -3
- package/dist/types/compute-engine/rubi/driver.d.ts +3 -3
- package/dist/types/compute-engine/rubi/loader.d.ts +1 -1
- package/dist/types/compute-engine/rubi/match.d.ts +1 -1
- package/dist/types/compute-engine/rubi/normal-form.d.ts +2 -2
- package/dist/types/compute-engine/rubi/rubi-utils.d.ts +3 -3
- package/dist/types/compute-engine/rubi/types.d.ts +1 -1
- package/dist/types/compute-engine/sequence.d.ts +2 -2
- package/dist/types/compute-engine/symbolic/antiderivative.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/derivative.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/differential-equations.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/distribute.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/explain-derivative.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/fu-cost.d.ts +2 -2
- package/dist/types/compute-engine/symbolic/fu-transforms.d.ts +2 -2
- package/dist/types/compute-engine/symbolic/fu.d.ts +6 -6
- package/dist/types/compute-engine/symbolic/limit.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/logic-utils.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/residue.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/series.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/simplify-abs.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/simplify-divide.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/simplify-factorial.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/simplify-hyperbolic.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/simplify-infinity.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/simplify-log.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/simplify-logic.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/simplify-power.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/simplify-product.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/simplify-rules.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/simplify-sum.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/simplify-trig.d.ts +1 -1
- package/dist/types/compute-engine/symbolic/trig-rewrite.d.ts +1 -1
- package/dist/types/compute-engine/tensor/tensor-fields.d.ts +3 -3
- package/dist/types/compute-engine/tensor/tensors.d.ts +1 -1
- package/dist/types/compute-engine/types-definitions.d.ts +6 -6
- package/dist/types/compute-engine/types-engine.d.ts +19 -19
- package/dist/types/compute-engine/types-evaluation.d.ts +5 -5
- package/dist/types/compute-engine/types-expression.d.ts +9 -9
- package/dist/types/compute-engine/types-kernel-evaluation.d.ts +5 -5
- package/dist/types/compute-engine/types-kernel-serialization.d.ts +1 -1
- package/dist/types/compute-engine/types-serialization.d.ts +2 -2
- package/dist/types/compute-engine/types.d.ts +8 -8
- package/dist/types/compute-engine.d.ts +27 -27
- package/dist/types/core.d.ts +12 -12
- package/dist/types/identities.d.ts +3 -3
- package/dist/types/integration-rules.d.ts +3 -3
- package/dist/types/interval.d.ts +8 -8
- package/dist/types/latex-syntax.d.ts +7 -7
- package/dist/types/math-json/symbols.d.ts +1 -1
- package/dist/types/math-json/types.d.ts +1 -1
- package/dist/types/math-json/utils.d.ts +1 -1
- package/dist/types/math-json.d.ts +3 -3
- package/dist/types/numerics.d.ts +23 -23
- package/package.json +2 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/* 0.69.
|
|
1
|
+
/* 0.69.1 */
|
|
2
2
|
export declare function simplifyHyperbolic(x: Expression): RuleStep | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/* 0.69.
|
|
1
|
+
/* 0.69.1 */
|
|
2
2
|
export declare function simplifyTrig(x: Expression): RuleStep | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/* 0.69.
|
|
2
|
-
import '../numerics/complex-esm-augment';
|
|
3
|
-
import { Expression, IComputeEngine as ComputeEngine, DataTypeMap, TensorDataType, TensorField } from '../global-types';
|
|
1
|
+
/* 0.69.1 */
|
|
2
|
+
import '../numerics/complex-esm-augment.js';
|
|
3
|
+
import { Expression, IComputeEngine as ComputeEngine, DataTypeMap, TensorDataType, TensorField } from '../global-types.js';
|
|
4
4
|
/** @category Tensors */
|
|
5
5
|
export declare function makeTensorField<DT extends keyof DataTypeMap>(ce: ComputeEngine, dtype: DT): TensorField<DataTypeMap[DT]>;
|
|
6
6
|
/** @category Tensors */
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/* 0.69.
|
|
2
|
-
import type { Type, TypeString } from '../common/type/types';
|
|
3
|
-
import type { BoxedType } from '../common/type/boxed-type';
|
|
4
|
-
import type { LatexString } from './latex-syntax/types';
|
|
5
|
-
import type { Expression, ExpressionInput, CompiledExpression } from './types-expression';
|
|
6
|
-
import type { EvaluateOptions as KernelEvaluateOptions, ExplainVerbosity, Rule as KernelRule, BoxedRule as KernelBoxedRule, BoxedRuleSet as KernelBoxedRuleSet, Scope as KernelScope } from './types-kernel-evaluation';
|
|
1
|
+
/* 0.69.1 */
|
|
2
|
+
import type { Type, TypeString } from '../common/type/types.js';
|
|
3
|
+
import type { BoxedType } from '../common/type/boxed-type.js';
|
|
4
|
+
import type { LatexString } from './latex-syntax/types.js';
|
|
5
|
+
import type { Expression, ExpressionInput, CompiledExpression } from './types-expression.js';
|
|
6
|
+
import type { EvaluateOptions as KernelEvaluateOptions, ExplainVerbosity, Rule as KernelRule, BoxedRule as KernelBoxedRule, BoxedRuleSet as KernelBoxedRuleSet, Scope as KernelScope } from './types-kernel-evaluation.js';
|
|
7
7
|
/**
|
|
8
8
|
* Compute engine surface used by definition callbacks.
|
|
9
9
|
*
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
/* 0.69.
|
|
2
|
-
import type { OneOf } from '../common/one-of';
|
|
3
|
-
import type { MathJsonSymbol, MathJsonNumberObject } from '../math-json';
|
|
4
|
-
import type { Type, TypeString, TypeResolver } from '../common/type/types';
|
|
5
|
-
import type { BoxedType } from '../common/type/boxed-type';
|
|
6
|
-
import type { ConfigurationChangeListener } from '../common/configuration-change';
|
|
7
|
-
import type { ParseLatexOptions, SerializeLatexOptions } from './latex-syntax/types';
|
|
8
|
-
import type { ExactNumericValueData, NumericValue, NumericValueData } from './numeric-value/types';
|
|
9
|
-
import type { BigNum, Rational } from './numerics/types';
|
|
10
|
-
import type { Expression, ExpressionInput } from './types-expression';
|
|
11
|
-
import type { Metadata, CanonicalOptions, FormOption, BoxedSubstitution } from './types-serialization';
|
|
12
|
-
import type { AngularUnit, SymbolDefinition, OperatorDefinition, ValueDefinition, BoxedDefinition, SequenceDefinition, SequenceStatus, SequenceInfo, OEISSequenceInfo, OEISOptions } from './types-definitions';
|
|
13
|
-
import type { AssumeResult, Rule as KernelRule, BoxedRule as KernelBoxedRule, BoxedRuleSet as KernelBoxedRuleSet, RulePurpose, RuleStep as KernelRuleStep, AssignValue as KernelAssignValue, Scope as KernelScope, EvalContext as KernelEvalContext } from './types-kernel-evaluation';
|
|
14
|
-
import type { LanguageTarget, CompilationResult } from './compilation/types';
|
|
15
|
-
export type { RulePurpose } from './types-kernel-evaluation';
|
|
1
|
+
/* 0.69.1 */
|
|
2
|
+
import type { OneOf } from '../common/one-of.js';
|
|
3
|
+
import type { MathJsonSymbol, MathJsonNumberObject } from '../math-json.js';
|
|
4
|
+
import type { Type, TypeString, TypeResolver } from '../common/type/types.js';
|
|
5
|
+
import type { BoxedType } from '../common/type/boxed-type.js';
|
|
6
|
+
import type { ConfigurationChangeListener } from '../common/configuration-change.js';
|
|
7
|
+
import type { ParseLatexOptions, SerializeLatexOptions } from './latex-syntax/types.js';
|
|
8
|
+
import type { ExactNumericValueData, NumericValue, NumericValueData } from './numeric-value/types.js';
|
|
9
|
+
import type { BigNum, Rational } from './numerics/types.js';
|
|
10
|
+
import type { Expression, ExpressionInput } from './types-expression.js';
|
|
11
|
+
import type { Metadata, CanonicalOptions, FormOption, BoxedSubstitution } from './types-serialization.js';
|
|
12
|
+
import type { AngularUnit, SymbolDefinition, OperatorDefinition, ValueDefinition, BoxedDefinition, SequenceDefinition, SequenceStatus, SequenceInfo, OEISSequenceInfo, OEISOptions } from './types-definitions.js';
|
|
13
|
+
import type { AssumeResult, Rule as KernelRule, BoxedRule as KernelBoxedRule, BoxedRuleSet as KernelBoxedRuleSet, RulePurpose, RuleStep as KernelRuleStep, AssignValue as KernelAssignValue, Scope as KernelScope, EvalContext as KernelEvalContext } from './types-kernel-evaluation.js';
|
|
14
|
+
import type { LanguageTarget, CompilationResult } from './compilation/types.js';
|
|
15
|
+
export type { RulePurpose } from './types-kernel-evaluation.js';
|
|
16
16
|
type Rule = KernelRule<Expression, ExpressionInput, IComputeEngine>;
|
|
17
17
|
type BoxedRule = KernelBoxedRule<Expression, IComputeEngine>;
|
|
18
18
|
type BoxedRuleSet = KernelBoxedRuleSet<Expression, IComputeEngine>;
|
|
@@ -23,8 +23,8 @@ type EvalContext = KernelEvalContext<Expression, BoxedDefinition>;
|
|
|
23
23
|
/** Minimal interface for a LaTeX parser/serializer.
|
|
24
24
|
* Structurally compatible with `LatexSyntax` without importing it. */
|
|
25
25
|
export interface ILatexSyntax {
|
|
26
|
-
parse(latex: string, options?: Partial<ParseLatexOptions>): import('../math-json/types').MathJsonExpression | null;
|
|
27
|
-
serialize(expr: import('../math-json/types').MathJsonExpression, options?: Record<string, unknown>): string;
|
|
26
|
+
parse(latex: string, options?: Partial<ParseLatexOptions>): import('../math-json/types.js').MathJsonExpression | null;
|
|
27
|
+
serialize(expr: import('../math-json/types.js').MathJsonExpression, options?: Record<string, unknown>): string;
|
|
28
28
|
}
|
|
29
29
|
export type OperatorInfo = {
|
|
30
30
|
kind: 'function' | 'opaque';
|
|
@@ -466,11 +466,11 @@ export interface IComputeEngine {
|
|
|
466
466
|
*/
|
|
467
467
|
symbolInfo(name: string): SymbolInfo | undefined;
|
|
468
468
|
}
|
|
469
|
-
declare module './types-expression' {
|
|
469
|
+
declare module './types-expression.js' {
|
|
470
470
|
interface ExpressionComputeEngine extends IComputeEngine {
|
|
471
471
|
}
|
|
472
472
|
}
|
|
473
|
-
declare module './types-definitions' {
|
|
473
|
+
declare module './types-definitions.js' {
|
|
474
474
|
interface ComputeEngine extends IComputeEngine {
|
|
475
475
|
}
|
|
476
476
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/* 0.69.
|
|
2
|
-
import type { IComputeEngine as ComputeEngine } from './types-engine';
|
|
3
|
-
import type { Expression, ExpressionInput } from './types-expression';
|
|
4
|
-
import type { Assumption as KernelAssumption, AssignValue as KernelAssignValue, BoxedRule as KernelBoxedRule, BoxedRuleSet as KernelBoxedRuleSet, EvaluateOptions as KernelEvaluateOptions, EvalContext as KernelEvalContext, ExpressionMapInterface as KernelExpressionMapInterface, Rule as KernelRule, RuleConditionFunction as KernelRuleConditionFunction, RuleFunction as KernelRuleFunction, RuleReplaceFunction as KernelRuleReplaceFunction, RuleStep as KernelRuleStep, RuleSteps as KernelRuleSteps, ExplainStep as KernelExplainStep, Explanation as KernelExplanation, Scope as KernelScope } from './types-kernel-evaluation';
|
|
5
|
-
export type { AssumeResult, ExplainOperation, ExplainVerbosity, } from './types-kernel-evaluation';
|
|
1
|
+
/* 0.69.1 */
|
|
2
|
+
import type { IComputeEngine as ComputeEngine } from './types-engine.js';
|
|
3
|
+
import type { Expression, ExpressionInput } from './types-expression.js';
|
|
4
|
+
import type { Assumption as KernelAssumption, AssignValue as KernelAssignValue, BoxedRule as KernelBoxedRule, BoxedRuleSet as KernelBoxedRuleSet, EvaluateOptions as KernelEvaluateOptions, EvalContext as KernelEvalContext, ExpressionMapInterface as KernelExpressionMapInterface, Rule as KernelRule, RuleConditionFunction as KernelRuleConditionFunction, RuleFunction as KernelRuleFunction, RuleReplaceFunction as KernelRuleReplaceFunction, RuleStep as KernelRuleStep, RuleSteps as KernelRuleSteps, ExplainStep as KernelExplainStep, Explanation as KernelExplanation, Scope as KernelScope } from './types-kernel-evaluation.js';
|
|
5
|
+
export type { AssumeResult, ExplainOperation, ExplainVerbosity, } from './types-kernel-evaluation.js';
|
|
6
6
|
/**
|
|
7
7
|
* Options for evaluating boxed expressions.
|
|
8
8
|
*
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
/* 0.69.
|
|
2
|
-
import type { OneOf } from '../common/one-of';
|
|
3
|
-
import type { MathJsonExpression, MathJsonNumberObject, MathJsonStringObject, MathJsonSymbolObject, MathJsonFunctionObject, MathJsonSymbol, MathJsonDictionaryObject } from '../math-json';
|
|
4
|
-
import type { Type, TypeString } from '../common/type/types';
|
|
5
|
-
import type { BoxedType } from '../common/type/boxed-type';
|
|
6
|
-
import type { NumericValue } from './numeric-value/types';
|
|
7
|
-
import type { BigNum } from './numerics/types';
|
|
8
|
-
import type { JsonSerializationOptions, PatternMatchOptions, ReplaceOptions, Substitution, BoxedSubstitution, CanonicalOptions } from './types-kernel-serialization';
|
|
9
|
-
import type { EvaluateOptions as KernelEvaluateOptions, BoxedRule as KernelBoxedRule, Rule as KernelRule, BoxedRuleSet as KernelBoxedRuleSet, Scope as KernelScope, ExplainOperation, ExplainVerbosity, Explanation as KernelExplanation } from './types-kernel-evaluation';
|
|
1
|
+
/* 0.69.1 */
|
|
2
|
+
import type { OneOf } from '../common/one-of.js';
|
|
3
|
+
import type { MathJsonExpression, MathJsonNumberObject, MathJsonStringObject, MathJsonSymbolObject, MathJsonFunctionObject, MathJsonSymbol, MathJsonDictionaryObject } from '../math-json.js';
|
|
4
|
+
import type { Type, TypeString } from '../common/type/types.js';
|
|
5
|
+
import type { BoxedType } from '../common/type/boxed-type.js';
|
|
6
|
+
import type { NumericValue } from './numeric-value/types.js';
|
|
7
|
+
import type { BigNum } from './numerics/types.js';
|
|
8
|
+
import type { JsonSerializationOptions, PatternMatchOptions, ReplaceOptions, Substitution, BoxedSubstitution, CanonicalOptions } from './types-kernel-serialization.js';
|
|
9
|
+
import type { EvaluateOptions as KernelEvaluateOptions, BoxedRule as KernelBoxedRule, Rule as KernelRule, BoxedRuleSet as KernelBoxedRuleSet, Scope as KernelScope, ExplainOperation, ExplainVerbosity, Explanation as KernelExplanation } from './types-kernel-evaluation.js';
|
|
10
10
|
/**
|
|
11
11
|
* Compute engine surface used by expression types.
|
|
12
12
|
*
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/* 0.69.
|
|
2
|
-
import type { TypeReference } from '../common/type/types';
|
|
3
|
-
import type { BoxedType } from '../common/type/boxed-type';
|
|
4
|
-
import type { LatexString } from './latex-syntax/types';
|
|
5
|
-
import type { BoxedSubstitution } from './types-kernel-serialization';
|
|
1
|
+
/* 0.69.1 */
|
|
2
|
+
import type { TypeReference } from '../common/type/types.js';
|
|
3
|
+
import type { BoxedType } from '../common/type/boxed-type.js';
|
|
4
|
+
import type { LatexString } from './latex-syntax/types.js';
|
|
5
|
+
import type { BoxedSubstitution } from './types-kernel-serialization.js';
|
|
6
6
|
/** @category Assumptions */
|
|
7
7
|
export interface Assumption<Expr = unknown, CE = unknown> {
|
|
8
8
|
isPositive: boolean | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* 0.69.
|
|
2
|
-
import type { BoxedSubstitution as KernelBoxedSubstitution, CanonicalForm, CanonicalOptions, DisplayDigits, FormOption, Hold, JsonSerializationOptions, Metadata, PatternMatchOptions as KernelPatternMatchOptions, ReplaceOptions, Substitution as KernelSubstitution } from './types-kernel-serialization';
|
|
1
|
+
/* 0.69.1 */
|
|
2
|
+
import type { BoxedSubstitution as KernelBoxedSubstitution, CanonicalForm, CanonicalOptions, DisplayDigits, FormOption, Hold, JsonSerializationOptions, Metadata, PatternMatchOptions as KernelPatternMatchOptions, ReplaceOptions, Substitution as KernelSubstitution } from './types-kernel-serialization.js';
|
|
3
3
|
export type { Hold, JsonSerializationOptions, DisplayDigits, ReplaceOptions, CanonicalForm, CanonicalOptions, FormOption, Metadata, };
|
|
4
4
|
/**
|
|
5
5
|
* A substitution describes the values of the wildcards in a pattern so that
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/* 0.69.
|
|
2
|
-
export type { MathJsonExpression, MathJsonAttributes, MathJsonNumberObject, MathJsonSymbolObject, MathJsonStringObject, MathJsonFunctionObject, DictionaryValue, MathJsonDictionaryObject, ExpressionObject, MathJsonSymbol, } from '../math-json/types';
|
|
3
|
-
export * from '../common/type/boxed-type';
|
|
4
|
-
export * from '../common/type/types';
|
|
5
|
-
export type * from './latex-syntax/types';
|
|
6
|
-
export * from './numerics/types';
|
|
7
|
-
export * from './numeric-value/types';
|
|
8
|
-
export * from './global-types';
|
|
1
|
+
/* 0.69.1 */
|
|
2
|
+
export type { MathJsonExpression, MathJsonAttributes, MathJsonNumberObject, MathJsonSymbolObject, MathJsonStringObject, MathJsonFunctionObject, DictionaryValue, MathJsonDictionaryObject, ExpressionObject, MathJsonSymbol, } from '../math-json/types.js';
|
|
3
|
+
export * from '../common/type/boxed-type.js';
|
|
4
|
+
export * from '../common/type/types.js';
|
|
5
|
+
export type * from './latex-syntax/types.js';
|
|
6
|
+
export * from './numerics/types.js';
|
|
7
|
+
export * from './numeric-value/types.js';
|
|
8
|
+
export * from './global-types.js';
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
/* 0.69.
|
|
2
|
-
export { ComputeEngine } from './compute-engine/index';
|
|
3
|
-
export type * from './compute-engine/types';
|
|
4
|
-
export { LatexSyntax, parse as parseLatex, serialize as serializeLatex, } from './compute-engine/latex-syntax/latex-syntax';
|
|
5
|
-
export { LATEX_DICTIONARY, CORE_DICTIONARY, SYMBOLS_DICTIONARY, ALGEBRA_DICTIONARY, ARITHMETIC_DICTIONARY, COMPLEX_DICTIONARY, TRIGONOMETRY_DICTIONARY, CALCULUS_DICTIONARY, LINEAR_ALGEBRA_DICTIONARY, STATISTICS_DICTIONARY, LOGIC_DICTIONARY, SETS_DICTIONARY, INEQUALITIES_DICTIONARY, UNITS_DICTIONARY, OTHERS_DICTIONARY, PHYSICS_DICTIONARY, } from './compute-engine/latex-syntax/dictionary/default-dictionary';
|
|
6
|
-
export { BigDecimal } from './big-decimal';
|
|
7
|
-
export { CancellationError } from './common/interruptible';
|
|
8
|
-
export type { CompileTarget, CompiledOperators, CompiledFunctions, CompilationOptions, CompilationResult, ExecutableTarget, ComplexResult, CompiledRunner, ExpressionRunner, LambdaRunner, LanguageTarget, TargetSource, CompiledFunction, } from './compute-engine/compilation/types';
|
|
9
|
-
export { JavaScriptTarget } from './compute-engine/compilation/javascript-target';
|
|
10
|
-
export { GPUShaderTarget } from './compute-engine/compilation/gpu-target';
|
|
11
|
-
export { GLSLTarget } from './compute-engine/compilation/glsl-target';
|
|
12
|
-
export { WGSLTarget } from './compute-engine/compilation/wgsl-target';
|
|
13
|
-
export { PythonTarget } from './compute-engine/compilation/python-target';
|
|
14
|
-
export { IntervalJavaScriptTarget } from './compute-engine/compilation/interval-javascript-target';
|
|
15
|
-
export { BaseCompiler } from './compute-engine/compilation/base-compiler';
|
|
16
|
-
export type { Interval, IntervalResult, BoolInterval, } from './compute-engine/interval/types';
|
|
17
|
-
export { parse, expr, simplify, evaluate, N, declare, assign, expand, expandAll, factor, solve, compile, getDefaultEngine, } from './compute-engine/free-functions';
|
|
18
|
-
export type { FreeFunctionOptions } from './compute-engine/free-functions';
|
|
19
|
-
export { registerStepLabels, labelFor, } from './compute-engine/boxed-expression/explain-labels';
|
|
20
|
-
export type { StepLabel } from './compute-engine/boxed-expression/explain-labels';
|
|
21
|
-
export { isExpression, isNumber, isSymbol, isFunction, isString, isTensor, isDictionary, isCollection, isIndexedCollection, numericValue, } from './compute-engine/boxed-expression/type-guards';
|
|
22
|
-
export type { BoxedNumber } from './compute-engine/boxed-expression/boxed-number';
|
|
23
|
-
export type { BoxedSymbol } from './compute-engine/boxed-expression/boxed-symbol';
|
|
24
|
-
export type { BoxedFunction } from './compute-engine/boxed-expression/boxed-function';
|
|
25
|
-
export type { BoxedString } from './compute-engine/boxed-expression/boxed-string';
|
|
26
|
-
export type { BoxedTensor } from './compute-engine/boxed-expression/boxed-tensor';
|
|
27
|
-
export type { FunctionProperties, FunctionPropertyRecord, } from './compute-engine/function-properties';
|
|
1
|
+
/* 0.69.1 */
|
|
2
|
+
export { ComputeEngine } from './compute-engine/index.js';
|
|
3
|
+
export type * from './compute-engine/types.js';
|
|
4
|
+
export { LatexSyntax, parse as parseLatex, serialize as serializeLatex, } from './compute-engine/latex-syntax/latex-syntax.js';
|
|
5
|
+
export { LATEX_DICTIONARY, CORE_DICTIONARY, SYMBOLS_DICTIONARY, ALGEBRA_DICTIONARY, ARITHMETIC_DICTIONARY, COMPLEX_DICTIONARY, TRIGONOMETRY_DICTIONARY, CALCULUS_DICTIONARY, LINEAR_ALGEBRA_DICTIONARY, STATISTICS_DICTIONARY, LOGIC_DICTIONARY, SETS_DICTIONARY, INEQUALITIES_DICTIONARY, UNITS_DICTIONARY, OTHERS_DICTIONARY, PHYSICS_DICTIONARY, } from './compute-engine/latex-syntax/dictionary/default-dictionary.js';
|
|
6
|
+
export { BigDecimal } from './big-decimal/index.js';
|
|
7
|
+
export { CancellationError } from './common/interruptible.js';
|
|
8
|
+
export type { CompileTarget, CompiledOperators, CompiledFunctions, CompilationOptions, CompilationResult, ExecutableTarget, ComplexResult, CompiledRunner, ExpressionRunner, LambdaRunner, LanguageTarget, TargetSource, CompiledFunction, } from './compute-engine/compilation/types.js';
|
|
9
|
+
export { JavaScriptTarget } from './compute-engine/compilation/javascript-target.js';
|
|
10
|
+
export { GPUShaderTarget } from './compute-engine/compilation/gpu-target.js';
|
|
11
|
+
export { GLSLTarget } from './compute-engine/compilation/glsl-target.js';
|
|
12
|
+
export { WGSLTarget } from './compute-engine/compilation/wgsl-target.js';
|
|
13
|
+
export { PythonTarget } from './compute-engine/compilation/python-target.js';
|
|
14
|
+
export { IntervalJavaScriptTarget } from './compute-engine/compilation/interval-javascript-target.js';
|
|
15
|
+
export { BaseCompiler } from './compute-engine/compilation/base-compiler.js';
|
|
16
|
+
export type { Interval, IntervalResult, BoolInterval, } from './compute-engine/interval/types.js';
|
|
17
|
+
export { parse, expr, simplify, evaluate, N, declare, assign, expand, expandAll, factor, solve, compile, getDefaultEngine, } from './compute-engine/free-functions.js';
|
|
18
|
+
export type { FreeFunctionOptions } from './compute-engine/free-functions.js';
|
|
19
|
+
export { registerStepLabels, labelFor, } from './compute-engine/boxed-expression/explain-labels.js';
|
|
20
|
+
export type { StepLabel } from './compute-engine/boxed-expression/explain-labels.js';
|
|
21
|
+
export { isExpression, isNumber, isSymbol, isFunction, isString, isTensor, isDictionary, isCollection, isIndexedCollection, numericValue, } from './compute-engine/boxed-expression/type-guards.js';
|
|
22
|
+
export type { BoxedNumber } from './compute-engine/boxed-expression/boxed-number.js';
|
|
23
|
+
export type { BoxedSymbol } from './compute-engine/boxed-expression/boxed-symbol.js';
|
|
24
|
+
export type { BoxedFunction } from './compute-engine/boxed-expression/boxed-function.js';
|
|
25
|
+
export type { BoxedString } from './compute-engine/boxed-expression/boxed-string.js';
|
|
26
|
+
export type { BoxedTensor } from './compute-engine/boxed-expression/boxed-tensor.js';
|
|
27
|
+
export type { FunctionProperties, FunctionPropertyRecord, } from './compute-engine/function-properties/index.js';
|
package/dist/types/core.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
/* 0.69.
|
|
2
|
-
export { ComputeEngine } from './compute-engine/index';
|
|
3
|
-
export { CancellationError } from './common/interruptible';
|
|
4
|
-
export type * from './compute-engine/types';
|
|
5
|
-
export type { Interval, IntervalResult, BoolInterval, } from './compute-engine/interval/types';
|
|
6
|
-
export { expr, simplify, evaluate, N, declare, assign, expand, expandAll, factor, solve, getDefaultEngine, } from './compute-engine/free-functions';
|
|
7
|
-
export { isExpression, isNumber, isSymbol, isFunction, isString, isTensor, isDictionary, isCollection, isIndexedCollection, numericValue, } from './compute-engine/boxed-expression/type-guards';
|
|
8
|
-
export type { BoxedNumber } from './compute-engine/boxed-expression/boxed-number';
|
|
9
|
-
export type { BoxedSymbol } from './compute-engine/boxed-expression/boxed-symbol';
|
|
10
|
-
export type { BoxedFunction } from './compute-engine/boxed-expression/boxed-function';
|
|
11
|
-
export type { BoxedString } from './compute-engine/boxed-expression/boxed-string';
|
|
12
|
-
export type { BoxedTensor } from './compute-engine/boxed-expression/boxed-tensor';
|
|
1
|
+
/* 0.69.1 */
|
|
2
|
+
export { ComputeEngine } from './compute-engine/index.js';
|
|
3
|
+
export { CancellationError } from './common/interruptible.js';
|
|
4
|
+
export type * from './compute-engine/types.js';
|
|
5
|
+
export type { Interval, IntervalResult, BoolInterval, } from './compute-engine/interval/types.js';
|
|
6
|
+
export { expr, simplify, evaluate, N, declare, assign, expand, expandAll, factor, solve, getDefaultEngine, } from './compute-engine/free-functions.js';
|
|
7
|
+
export { isExpression, isNumber, isSymbol, isFunction, isString, isTensor, isDictionary, isCollection, isIndexedCollection, numericValue, } from './compute-engine/boxed-expression/type-guards.js';
|
|
8
|
+
export type { BoxedNumber } from './compute-engine/boxed-expression/boxed-number.js';
|
|
9
|
+
export type { BoxedSymbol } from './compute-engine/boxed-expression/boxed-symbol.js';
|
|
10
|
+
export type { BoxedFunction } from './compute-engine/boxed-expression/boxed-function.js';
|
|
11
|
+
export type { BoxedString } from './compute-engine/boxed-expression/boxed-string.js';
|
|
12
|
+
export type { BoxedTensor } from './compute-engine/boxed-expression/boxed-tensor.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/* 0.69.
|
|
2
|
-
export { loadIdentities, FUNGRIM_CORE } from './compute-engine/fungrim/loader';
|
|
3
|
-
export type { IdentitiesLoadOptions, IdentitiesLoadReport, IdentitiesRuleData, IdentitiesGuardUndecidedHandler, FungrimLoadOptions, FungrimLoadReport, FungrimRuleData, FungrimGuardUndecidedHandler, FungrimManifest, FungrimShellDeclaration, FungrimRuleClass, FungrimRuleTarget, FungrimMathJson, CompiledFungrimRule, GuardSpec, } from './compute-engine/fungrim/types';
|
|
1
|
+
/* 0.69.1 */
|
|
2
|
+
export { loadIdentities, FUNGRIM_CORE } from './compute-engine/fungrim/loader.js';
|
|
3
|
+
export type { IdentitiesLoadOptions, IdentitiesLoadReport, IdentitiesRuleData, IdentitiesGuardUndecidedHandler, FungrimLoadOptions, FungrimLoadReport, FungrimRuleData, FungrimGuardUndecidedHandler, FungrimManifest, FungrimShellDeclaration, FungrimRuleClass, FungrimRuleTarget, FungrimMathJson, CompiledFungrimRule, GuardSpec, } from './compute-engine/fungrim/types.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/* 0.69.
|
|
2
|
-
export { loadIntegrationRules } from './compute-engine/rubi/loader';
|
|
3
|
-
export type { IntegrationRulesLoadOptions, IntegrationRulesLoadReport, } from './compute-engine/rubi/loader';
|
|
1
|
+
/* 0.69.1 */
|
|
2
|
+
export { loadIntegrationRules } from './compute-engine/rubi/loader.js';
|
|
3
|
+
export type { IntegrationRulesLoadOptions, IntegrationRulesLoadReport, } from './compute-engine/rubi/loader.js';
|
package/dist/types/interval.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/* 0.69.
|
|
2
|
-
export type { Interval, IntervalResult, BoolInterval, } from './compute-engine/interval/types';
|
|
3
|
-
export { ok, point, containsExtremum, unionResults, mergeDomainClip, isPoint, containsZero, isPositive, isNegative, isNonNegative, isNonPositive, width, midpoint, getValue, unwrap, unwrapOrPropagate, } from './compute-engine/interval/util';
|
|
4
|
-
export { add, sub, mul, div, negate, _mul, } from './compute-engine/interval/arithmetic';
|
|
5
|
-
export { sqrt, square, pow, powInterval, exp, ln, log10, log2, abs, floor, ceil, round, fract, trunc, min, max, mod, remainder, heaviside, sign, gamma, gammaln, factorial, factorial2, binomial, gcd, lcm, chop, erf, erfc, exp2, hypot, } from './compute-engine/interval/elementary';
|
|
6
|
-
export { sin, cos, tan, cot, sec, csc, asin, acos, atan, atan2, sinh, cosh, tanh, asinh, acosh, atanh, acot, acsc, asec, coth, csch, sech, acoth, acsch, asech, sinc, fresnelS, fresnelC, } from './compute-engine/interval/trigonometric';
|
|
7
|
-
export { less, lessEqual, greater, greaterEqual, equal, notEqual, and, or, not, piecewise, clamp, } from './compute-engine/interval/comparison';
|
|
8
|
-
export { IntervalArithmetic } from './compute-engine/interval/index';
|
|
1
|
+
/* 0.69.1 */
|
|
2
|
+
export type { Interval, IntervalResult, BoolInterval, } from './compute-engine/interval/types.js';
|
|
3
|
+
export { ok, point, containsExtremum, unionResults, mergeDomainClip, isPoint, containsZero, isPositive, isNegative, isNonNegative, isNonPositive, width, midpoint, getValue, unwrap, unwrapOrPropagate, } from './compute-engine/interval/util.js';
|
|
4
|
+
export { add, sub, mul, div, negate, _mul, } from './compute-engine/interval/arithmetic.js';
|
|
5
|
+
export { sqrt, square, pow, powInterval, exp, ln, log10, log2, abs, floor, ceil, round, fract, trunc, min, max, mod, remainder, heaviside, sign, gamma, gammaln, factorial, factorial2, binomial, gcd, lcm, chop, erf, erfc, exp2, hypot, } from './compute-engine/interval/elementary.js';
|
|
6
|
+
export { sin, cos, tan, cot, sec, csc, asin, acos, atan, atan2, sinh, cosh, tanh, asinh, acosh, atanh, acot, acsc, asec, coth, csch, sech, acoth, acsch, asech, sinc, fresnelS, fresnelC, } from './compute-engine/interval/trigonometric.js';
|
|
7
|
+
export { less, lessEqual, greater, greaterEqual, equal, notEqual, and, or, not, piecewise, clamp, } from './compute-engine/interval/comparison.js';
|
|
8
|
+
export { IntervalArithmetic } from './compute-engine/interval/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* 0.69.
|
|
1
|
+
/* 0.69.1 */
|
|
2
2
|
* Entry point for `@cortex-js/compute-engine/latex-syntax`.
|
|
3
3
|
*
|
|
4
4
|
* Provides standalone LaTeX <-> MathJSON parsing and serialization
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
*
|
|
7
7
|
* @module latex-syntax
|
|
8
8
|
*/
|
|
9
|
-
export { LatexSyntax, parse, serialize, } from './compute-engine/latex-syntax/latex-syntax';
|
|
10
|
-
export type { LatexSyntaxOptions } from './compute-engine/latex-syntax/latex-syntax';
|
|
11
|
-
export { LATEX_DICTIONARY, CORE_DICTIONARY, SYMBOLS_DICTIONARY, ALGEBRA_DICTIONARY, ARITHMETIC_DICTIONARY, COMPLEX_DICTIONARY, TRIGONOMETRY_DICTIONARY, CALCULUS_DICTIONARY, LINEAR_ALGEBRA_DICTIONARY, STATISTICS_DICTIONARY, LOGIC_DICTIONARY, SETS_DICTIONARY, INEQUALITIES_DICTIONARY, UNITS_DICTIONARY, OTHERS_DICTIONARY, PHYSICS_DICTIONARY, } from './compute-engine/latex-syntax/dictionary/default-dictionary';
|
|
12
|
-
export type { LatexDictionaryEntry, LatexDictionary, SerializeLatexOptions, ParseLatexOptions, LatexString, } from './compute-engine/latex-syntax/types';
|
|
13
|
-
export type { MathJsonExpression } from './math-json/types';
|
|
14
|
-
export declare const version = "0.69.
|
|
9
|
+
export { LatexSyntax, parse, serialize, } from './compute-engine/latex-syntax/latex-syntax.js';
|
|
10
|
+
export type { LatexSyntaxOptions } from './compute-engine/latex-syntax/latex-syntax.js';
|
|
11
|
+
export { LATEX_DICTIONARY, CORE_DICTIONARY, SYMBOLS_DICTIONARY, ALGEBRA_DICTIONARY, ARITHMETIC_DICTIONARY, COMPLEX_DICTIONARY, TRIGONOMETRY_DICTIONARY, CALCULUS_DICTIONARY, LINEAR_ALGEBRA_DICTIONARY, STATISTICS_DICTIONARY, LOGIC_DICTIONARY, SETS_DICTIONARY, INEQUALITIES_DICTIONARY, UNITS_DICTIONARY, OTHERS_DICTIONARY, PHYSICS_DICTIONARY, } from './compute-engine/latex-syntax/dictionary/default-dictionary.js';
|
|
12
|
+
export type { LatexDictionaryEntry, LatexDictionary, SerializeLatexOptions, ParseLatexOptions, LatexString, } from './compute-engine/latex-syntax/types.js';
|
|
13
|
+
export type { MathJsonExpression } from './math-json/types.js';
|
|
14
|
+
export declare const version = "0.69.1";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* 0.69.
|
|
1
|
+
/* 0.69.1 */
|
|
2
2
|
export declare const MISSING: MathJsonExpression;
|
|
3
3
|
export declare function isNumberExpression(expr: MathJsonExpression | null): expr is number | string | MathJsonNumberObject;
|
|
4
4
|
export declare function isNumberObject(expr: MathJsonExpression | null): expr is MathJsonNumberObject;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/* 0.69.
|
|
2
|
-
export { isSymbolObject, isStringObject, isFunctionObject, stringValue, operator, operand, symbol, mapArgs, dictionaryFromExpression, } from './math-json/utils';
|
|
3
|
-
export declare const version = "0.69.
|
|
1
|
+
/* 0.69.1 */
|
|
2
|
+
export { isSymbolObject, isStringObject, isFunctionObject, stringValue, operator, operand, symbol, mapArgs, dictionaryFromExpression, } from './math-json/utils.js';
|
|
3
|
+
export declare const version = "0.69.1";
|
package/dist/types/numerics.d.ts
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
/* 0.69.
|
|
2
|
-
export type { SmallInteger, Rational, BigNum, } from './compute-engine/numerics/types';
|
|
3
|
-
export type { ExactNumericValueData, NumericValueData, NumericValueFactory, } from './compute-engine/numeric-value/types';
|
|
4
|
-
export { NumericValue } from './compute-engine/numeric-value/types';
|
|
5
|
-
export { BigNumericValue } from './compute-engine/numeric-value/big-numeric-value';
|
|
6
|
-
export { ExactNumericValue } from './compute-engine/numeric-value/exact-numeric-value';
|
|
7
|
-
export { MachineNumericValue } from './compute-engine/numeric-value/machine-numeric-value';
|
|
8
|
-
export * from './compute-engine/numerics/bigint';
|
|
9
|
-
export * from './compute-engine/numerics/expression';
|
|
10
|
-
export * from './compute-engine/numerics/interval';
|
|
11
|
-
export * from './compute-engine/numerics/linear-algebra';
|
|
12
|
-
export * from './compute-engine/numerics/monte-carlo';
|
|
13
|
-
export * from './compute-engine/numerics/primes';
|
|
14
|
-
export * from './compute-engine/numerics/rationals';
|
|
15
|
-
export * from './compute-engine/numerics/richardson';
|
|
16
|
-
export * from './compute-engine/numerics/statistics';
|
|
17
|
-
export * from './compute-engine/numerics/strings';
|
|
18
|
-
export * from './compute-engine/numerics/unit-data';
|
|
19
|
-
export { DEFAULT_PRECISION, MACHINE_PRECISION_BITS, MACHINE_PRECISION, DEFAULT_TOLERANCE, SMALL_INTEGER, MAX_BIGINT_DIGITS, MAX_ITERATION, MAX_SYMBOLIC_TERMS, nextUp, nextDown, canonicalInteger, gcd, lcm, factorial, factorial2, chop, centeredDiff8thOrder, limit, cantorEnumerateRationals, cantorEnumeratePositiveRationals, cantorEnumerateComplexNumbers, cantorEnumerateIntegers, cantorEnumerateNaturalNumbers, } from './compute-engine/numerics/numeric';
|
|
20
|
-
export { gcd as bigintGcd, lcm as bigintLcm, canonicalInteger as bigintCanonicalInteger, reducedInteger, factorial as bigintFactorial, } from './compute-engine/numerics/numeric-bigint';
|
|
21
|
-
export { gcd as bignumGcd, lcm as bignumLcm, factorial2 as bignumFactorial2, isInMachineRange, } from './compute-engine/numerics/numeric-bignum';
|
|
22
|
-
export { gamma, gammaln, erfInv, erfc, erf, bigGammaln, bigGamma, bigDigamma, bigTrigamma, bigPolygamma, bigBeta, bigZeta, bigLambertW, digamma, trigamma, polygamma, beta, zeta, lambertW, besselJ, besselY, besselI, besselK, airyAi, airyBi, fresnelS, fresnelC, sinc, } from './compute-engine/numerics/special-functions';
|
|
23
|
-
export { gamma as complexGamma, gammaln as complexGammaln, } from './compute-engine/numerics/numeric-complex';
|
|
1
|
+
/* 0.69.1 */
|
|
2
|
+
export type { SmallInteger, Rational, BigNum, } from './compute-engine/numerics/types.js';
|
|
3
|
+
export type { ExactNumericValueData, NumericValueData, NumericValueFactory, } from './compute-engine/numeric-value/types.js';
|
|
4
|
+
export { NumericValue } from './compute-engine/numeric-value/types.js';
|
|
5
|
+
export { BigNumericValue } from './compute-engine/numeric-value/big-numeric-value.js';
|
|
6
|
+
export { ExactNumericValue } from './compute-engine/numeric-value/exact-numeric-value.js';
|
|
7
|
+
export { MachineNumericValue } from './compute-engine/numeric-value/machine-numeric-value.js';
|
|
8
|
+
export * from './compute-engine/numerics/bigint.js';
|
|
9
|
+
export * from './compute-engine/numerics/expression.js';
|
|
10
|
+
export * from './compute-engine/numerics/interval.js';
|
|
11
|
+
export * from './compute-engine/numerics/linear-algebra.js';
|
|
12
|
+
export * from './compute-engine/numerics/monte-carlo.js';
|
|
13
|
+
export * from './compute-engine/numerics/primes.js';
|
|
14
|
+
export * from './compute-engine/numerics/rationals.js';
|
|
15
|
+
export * from './compute-engine/numerics/richardson.js';
|
|
16
|
+
export * from './compute-engine/numerics/statistics.js';
|
|
17
|
+
export * from './compute-engine/numerics/strings.js';
|
|
18
|
+
export * from './compute-engine/numerics/unit-data.js';
|
|
19
|
+
export { DEFAULT_PRECISION, MACHINE_PRECISION_BITS, MACHINE_PRECISION, DEFAULT_TOLERANCE, SMALL_INTEGER, MAX_BIGINT_DIGITS, MAX_ITERATION, MAX_SYMBOLIC_TERMS, nextUp, nextDown, canonicalInteger, gcd, lcm, factorial, factorial2, chop, centeredDiff8thOrder, limit, cantorEnumerateRationals, cantorEnumeratePositiveRationals, cantorEnumerateComplexNumbers, cantorEnumerateIntegers, cantorEnumerateNaturalNumbers, } from './compute-engine/numerics/numeric.js';
|
|
20
|
+
export { gcd as bigintGcd, lcm as bigintLcm, canonicalInteger as bigintCanonicalInteger, reducedInteger, factorial as bigintFactorial, } from './compute-engine/numerics/numeric-bigint.js';
|
|
21
|
+
export { gcd as bignumGcd, lcm as bignumLcm, factorial2 as bignumFactorial2, isInMachineRange, } from './compute-engine/numerics/numeric-bignum.js';
|
|
22
|
+
export { gamma, gammaln, erfInv, erfc, erf, bigGammaln, bigGamma, bigDigamma, bigTrigamma, bigPolygamma, bigBeta, bigZeta, bigLambertW, digamma, trigamma, polygamma, beta, zeta, lambertW, besselJ, besselY, besselI, besselK, airyAi, airyBi, fresnelS, fresnelC, sinc, } from './compute-engine/numerics/special-functions.js';
|
|
23
|
+
export { gamma as complexGamma, gammaln as complexGammaln, } from './compute-engine/numerics/numeric-complex.js';
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.69.
|
|
2
|
+
"version": "0.69.1",
|
|
3
3
|
"scripts": {
|
|
4
4
|
"doc": "bash ./scripts/doc.sh",
|
|
5
5
|
"build": "bash ./scripts/build.sh",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"snapshot": "bash ./scripts/test.sh snapshot",
|
|
12
12
|
"version": "bash ./scripts/version.sh",
|
|
13
13
|
"test": "bash ./scripts/test.sh",
|
|
14
|
+
"test:nodenext": "node ./test/consumer/nodenext-smoke.mjs",
|
|
14
15
|
"test:nightly": "CE_NIGHTLY=1 jest --config ./config/jest.config.cjs --reporters default -- test/compute-engine/nightly/",
|
|
15
16
|
"check:deps": "madge --circular --extensions ts src/compute-engine && echo 'No runtime circular dependencies found (type-only cycles are expected)'",
|
|
16
17
|
"lint": "eslint src --ext .ts --fix && prettier --write 'src/**/*.{ts,js,css,md}'",
|