# File lib/standard/facets/math/pow.rb, line 9
  def self.pwr(x, y)
    x ** y
  end