# File lib/compass/sass_extensions/functions/math.rb, line 8
  def sin(number)
    trig(:sin, number)
  end