Methods

MathML::Frac

Public Class Methods

new(numerator, denominator) click to toggle source
# File lib/math_ml/element.rb, line 77
def initialize(numerator, denominator)
        super("mfrac")
        self << numerator
        self << denominator
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.