<< tan Trigonometry tanh >>

Scilab Help >> Elementary Functions > Trigonometry > tand

tand

tangent, argument in degree.

Calling Sequence

t = tand(x)

Arguments

x

a real vector or matrix.

t

a real vector or matrix.

Description

The elements of t are the tangent of the elements of x (in degree).

Examples

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

See Also


Report an issue
<< tan Trigonometry tanh >>