<< sinh Trigonometry tand >>

Scilab Help >> Elementary Functions > Trigonometry > tan

tan

正接

呼び出し手順

[t] = tan(x)

引数

x

ベクトルまたは行列

t

ベクトルまたは行列

説明

tの要素は xの要素の正接となります.

サンプル

x=[1,%i,-1,-%i]
tan(x)
sin(x)./cos(x)

参照


Report an issue
<< sinh Trigonometry tand >>