mathjs/examples
Glen Whitney fd88f32073 WIP: "Actual" symbolic evaluation
This PR is not intended for merging as-is, but serves as an
  alternate demonstration (vis-a-vis issue #2437) that essentially all
  the ingredients already exist in mathjs for evaluation in which all
  undefined variables evaluate to symbols, therefore possibly returning
  an expression (Node) rather than a concrete value (while still
  evaluating all the way to concrete values when possible).
  Moreover, mathematical manipulation of symbolic expressions can be
  supported without circularity and without modifying numerous source
  files.

  This PR does however depend on a small addition to typed-function.js,
  see https://github.com/josdejong/typed-function/pull/125.

  See (or run) examples/symbolic_evaluation.mjs for further details on this.
2022-03-09 16:17:17 -08:00
..
2021-01-06 09:22:36 +01:00
2020-11-02 09:33:11 +01:00
2021-12-22 08:25:01 +01:00
2019-07-20 13:46:31 +02:00