class MathML::Sqrt

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/math_ml/element.rb, line 169
def initialize
        super("msqrt")
end