Class MathML::Sqrt
In: lib/math_ml.rb
Parent: Element

Methods

new  

Public Class methods

[Source]

# File lib/math_ml.rb, line 208
      def initialize
         super("msqrt")
      end

[Validate]