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