# File lib/math_ml/element.rb, line 175 def initialize(index, base) super("mroot") self << base self << index end