<< acotd Trigonometry acsc >>

Scilab Help >> Elementary Functions > Trigonometry > acoth

acoth

要素毎の逆双曲線正接.

呼び出し手順

y = acoth(x)

引数

x

実数または複素数配列.

y

実数または複素数配列.

説明

引数の逆双曲線正接を要素毎に計算します.

サンプル

x=-30:0.1:30;
x(abs(x)<=1)=%nan;
plot(x,acoth(x))

参照

使用する関数

この関数は atanhに基づいています.


Report an issue
<< acotd Trigonometry acsc >>