共用方式為


Double.Acosh(Double) 方法

定義

計算值的雙曲反余弦值。

public:
 static double Acosh(double x) = System::Numerics::IHyperbolicFunctions<double>::Acosh;
public static double Acosh (double x);
static member Acosh : double -> double
Public Shared Function Acosh (x As Double) As Double

參數

x
Double

傳回

Double

x 雙曲反余弦值。

實作

適用於