[Source]
# File lib/math_ml/element.rb, line 175 175: def initialize(index, base) 176: super("mroot") 177: self << base 178: self << index 179: end
[Validate]