next up previous contents
Next: all Up: リファレンスマニュアル Previous: acos

  
acosh

【目的】
acosh - 双曲(線)逆余弦
【形式】
y = acosh(x)                     Y = acosh(X)
   (Real   |Real|Complex) y;        Array Y;
   (Integer|Real|Complex) x;        Array X;
【詳細】
acosh(x)は,スカラ型(整数, 実数, 複素数) x の逆双曲(線)余弦を求める。 角度はラジアンで計算される。 acosh(X)は,配列 X の各成分の逆双曲(線)余弦からなる配列 Y を求める。 Y の大きさは X の大きさと同じ。
【算法】
acosh(z) = log(z + sqrt(z*z - 1))
【例題】
>> y = acosh(2)
y = 1.31696
【参照】
asin(2.12), acos(2.3), atan(2.14), asinh(2.13), atanh(2.16)


Masanobu KOGA 平成11年10月2日