# File lib/more/facets/math/root.rb, line 4
  def self.root(x, y)
    x ** (1.0 / y)
  end