tan(x)
Tangent function
@function tan($angle)
Parameters
- angle
An angle, or any number. If the input has no unit, then it’s treated as radians. 
Returns
The tangent of the angle angle.
- If the angle is 
infinityor-infinity,NaNis returned. - If the angle is 
-0,-0is returned.