MathMLFormat¶
mathml.spad line 290 [edit on github]
MathMLFormat provides a coercion from OutputForm to MathML format.
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- coerce: OutputForm -> String
coerce(o)
changeso
in the standard output format to MathML format.
- coerceL: OutputForm -> String
coerceL(o)
changeso
in the standard output format to MathML format and displays result as one long string.
- coerceS: OutputForm -> String
coerceS(o)
changeso
in the standard output format to MathML format and displays formatted result.
- latex: % -> String
from SetCategory