Single.Atanh(Single) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算值的雙曲反正切值。
public:
static float Atanh(float x) = System::Numerics::IHyperbolicFunctions<float>::Atanh;
public static float Atanh (float x);
static member Atanh : single -> single
Public Shared Function Atanh (x As Single) As Single
參數
- x
- Single
以弧度為單位的值,其雙曲反正切值是要計算的。
傳回
的 x
雙曲反正切值。