Custom evaluate
stefnotch opened this issue · 0 comments
stefnotch commented
I took a look at this and there are two quite reasonable options:
- Adding
\\solve
,\\factor
, and\\expand
to the dictionary like you suggested. If we do that, then we should also make it possible to call them like\\solve(3x+5==5, x)
- Adding the ability to parse unknown functions and using that #33 However, for that we'll need to wait for the next compute engine version