<< tan Trigonométrie tanh >>

Aide de Scilab >> Fonctions Elémentaires > Trigonométrie > tand

tand

tangent, argument in degree.

Syntax

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 Trigonométrie tanh >>