* Get a LaTeX representation of the expression.
(options?: object)
| 4714 | * Get a LaTeX representation of the expression. |
| 4715 | */ |
| 4716 | toTex(options?: object): string |
| 4717 | |
| 4718 | /** |
| 4719 | * Recursively transform an expression tree via a transform function. |
no outgoing calls