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