nxt.mathml

MathML.

Members

Enums

HAlign
enum HAlign

Horizontal Alignment.

VAlign
enum VAlign

Vertical Alignment.

Functions

toHTML
auto toHTML(T x, bool usePowPlus, bool useLeadZeros)
Undocumented in source. Be warned that the author may not have intended to support it.
toML
string toML(T x, bool usePowPlus, bool useLeadZeros, MarkupLang mlang)
toMathML
string toMathML(T x)

Generic case.

toMathML
auto toMathML(T x, bool usePowPlus, bool useLeadZeros)
Undocumented in source. Be warned that the author may not have intended to support it.
toMathML
string toMathML(Rational!T x, bool bevelled, HAlign numAlign, HAlign denomAlign, string href)

Meta