You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check out the "Calculate" button on the "Try" page of our [WASM example]! Supported evaluation operations can be found [here](CSharpMath.Evaluation/Evaluation.cs).
99
+
Check out the "Calculate" button on the "Try" page of [the WebAssembly version of CSharpMath.Uno.Example]! Supported evaluation operations can be found [here](CSharpMath.Evaluation/Evaluation.cs).
100
100
101
101
You can use a `CSharpMath.Rendering.FrontEnd.MathKeyboard` to process key presses and generate a `CSharpMath.Atom.MathList` or a LaTeX string. You can then call `CSharpMath.Evaluation.Evaluate` to get a `CSharpMath.Evaluation.MathItem`, which can be a `CSharpMath.Evaluation.MathItem.Entity` containing an `AngouriMath.Entity` that you can simplify, a `CSharpMath.Evaluation.Comma` containing a comma-delimited collection of `CSharpMath.Evaluation.MathItem`. For all uses of an `AngouriMath.Entity`, check out https://github.com/asc-community/AngouriMath.
0 commit comments