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)changes- oin the standard output format to MathML format.
- coerceL: OutputForm -> String
- coerceL(o)changes- oin the standard output format to MathML format and displays result as one long string.
- coerceS: OutputForm -> String
- coerceS(o)changes- oin the standard output format to MathML format and displays formatted result.
- latex: % -> String
- from SetCategory