<< cotd Trigonometry coth >>

Scilab Help >> Elementary Functions > Trigonometry > cotg

cotg

コタンジェント(余接)

呼び出し手順

[t] = cotg(x)

引数

x,t

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

説明

tの要素はxの対応する エントリのコタンジェント(余接)です. t=cos(x)./sin(x)

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

参照


Report an issue
<< cotd Trigonometry coth >>