tangent, argument in degree.
t = tand(x)
a real vector or matrix.
The elements of t are the tangent of the elements of x (in degree).
t
x
mod=ieee();ieee(2); x=[0,30 45 60 90 360]; tand(x); ieee(mod);