<< sinc Trigonométrie Bitwise operations >>

Aide de Scilab >> Fonctions Elémentaires > Trigonométrie > 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
<< sinc Trigonométrie Bitwise operations >>