fkleon / math-expressions

A library for parsing and evaluating mathematical expressions, supporting real numbers, vectors, and basic interval arithmetic.
https://pub.dev/packages/math_expressions
MIT License
100 stars 35 forks source link

How can i convert 'mathrm' or other things? #84

Closed flexboni closed 7 months ago

flexboni commented 7 months ago

i wanna convert 10 \mathrm{~cm}^{2} to Latex.

but exception throws...

how can i use this package?

fkleon commented 7 months ago

This library is for evaluating mathematical expressions. It cannot process LaTeX input or produce LaTeX output.