Scilab 6.1.0
Scilabヘルプ >> Elementary Functions > Trigonometry > cosh
cosh
双曲線余弦
呼出し手順
[t] = cosh(x)
引数
- x,t
実数または複素数のベクトル/行列
説明
t
の要素は,
ベクトルx
の対応するエントリの
双曲線余弦となります.
例
x=[0,1,%i] acosh(cosh(x))
Comments
Add a comment:
Please login to comment this page.