# File lib/compass/sass_extensions/functions/math.rb, line 39 def sqrt(number) numeric_transformation(number) { |n| Math.sqrt(n) } end