toMathML

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string toMathML(T x)
  2. auto toMathML(T x, bool usePowPlus, bool useLeadZeros)
    @trusted
    toMathML
    (
    T
    )
    (
    in T x
    ,
    bool usePowPlus = false
    ,
    bool useLeadZeros = false
    )
    if (
    isFloatingPoint!T
    )
  3. string toMathML(Rational!T x, bool bevelled, HAlign numAlign, HAlign denomAlign, string href)

Meta