<< tan Trigonometry tanh >>

Scilabヘルプ >> Elementary Functions > Trigonometry > tand

tand

正接 (単位: 度)

呼び出し手順

t = tand(x)

引数

x

実数のベクトルまたは行列

t

実数のベクトルまたは行列

説明

tの要素は, x(単位:deg)の要素の正接となります.

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

参照


Report an issue
<< tan Trigonometry tanh >>