# File lib/compass/sass_extensions/functions/math.rb, line 3
  def pi()
    Sass::Script::Number.new(Math::PI)
  end