MathMLFormat

mathml.spad line 290 [edit on github]

MathMLFormat provides a coercion from OutputForm to MathML format.

=: (%, %) -> Boolean

from BasicType

~=: (%, %) -> Boolean

from BasicType

coerce: % -> OutputForm

from CoercibleTo OutputForm

coerce: OutputForm -> String

coerce(o) changes o in the standard output format to MathML format.

coerceL: OutputForm -> String

coerceL(o) changes o in the standard output format to MathML format and displays result as one long string.

coerceS: OutputForm -> String

coerceS(o) changes o in the standard output format to MathML format and displays formatted result.

display: String -> Void

prints the string returned by coerce, adding <math …> tags.

latex: % -> String

from SetCategory

BasicType

CoercibleTo OutputForm

SetCategory