Name

tand — tangent, argument in degree.

Calling Sequence

t=tand(x)

Parameters

x

real vector or matrix

t

real vector or matrix

Description

The elements of t are the tangent of the elements of x.

Examples

 
mod=ieee();ieee(2);
x=[0,30 45 60 90 360];
tand(x)
 

See Also

atand, tan