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