Back to Symbolic Math (SymEngine)
sym.toMathML
Converts an expression to MathML format.
Syntax
sym.toMathML(expr)
Description
Converts an expression to MathML format. Generates a MathML string representation for web-based mathematical rendering.
Parameters
| Name | Description |
|---|---|
| expr | - The expression to convert. |
Returns
string