Tangent of argument in radians
Y = tan(X)
returns
the tangent of each element of Y
= tan(X
)X
. The tan
function
operates element-wise on arrays. The function accepts both real and
complex inputs. For real values of X
in the interval
[-Inf, Inf], tan
returns real values in the interval
[-Inf ,Inf]. For complex values of X
, tan
returns
complex values. All angles are in radians.