tan
float tan(float n)
Returns the trigonometric tangent of n
, where n
is in radians.
vector2 tan(vector2 v)
vector tan(vector v)
vector4 tan(vector4 v)
Returns a new vector with tan()
applied to each component.
float tan(float n)
Returns the trigonometric tangent of n
, where n
is in radians.
vector2 tan(vector2 v)
vector tan(vector v)
vector4 tan(vector4 v)
Returns a new vector with tan()
applied to each component.