Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: "symbolic" evaluation #2470

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Mar 7, 2022

  1. WIP: "symbolic" evaluation

      This PR is not intended for merging as-is, but serves to demonstrate that
      essentially all the ingredients already exist in mathjs for evaluation in
      which all undefined variables are treated as symbols, therefore possibly
      returning an expression (Node) rather than a concrete value (while still
      evaluating all the way to concrete values when possible).
    
      See (or run) `examples/symbolic_evaluation.js` for further details on this.
    gwhitney committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    5b9cda9 View commit details
    Browse the repository at this point in the history