Methods

MathML::Frac

Public Class Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.