Return the tangent of the parameter
float tan(float angle)
vec2 tan(vec2 angle)
vec3 tan(vec3 angle)
vec4 tan(vec4 angle)
angle
specify the quantity, in radians, of which to return the tangent.
tan()
returns the trigonometric tangent of angle.