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