<< cotg Trigonometry csc >>

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

coth

双曲線コタンジェント(余接)

呼び出し手順

[t] = coth(x)

引数

x

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

t

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

説明

tの要素は xの要素の双曲線コタンジェント(余接)と なります.

x=[1,2*%i]
t=exp(x);
(t-ones(x)./t).\(t+ones(x)./t)
coth(x)

参照


Report an issue
<< cotg Trigonometry csc >>