toMathML

  1. string toMathML(T x)
  2. auto toMathML(T x, bool usePowPlus, bool useLeadZeros)
  3. string toMathML(Rational!T x, bool bevelled, HAlign numAlign, HAlign denomAlign, string href)
    @safe pure
    string
    toMathML
    (
    T
    )
    (
    in Rational!T x
    ,
    bool bevelled = false
    ,,,
    in string href = null
    )

Return Value

Type: string

MathML Representation of x.

See Also

Meta