NFloat.Atanh(NFloat) 메서드

정의

값의 하이퍼볼릭 아크 탄젠트를 계산합니다.

public:
 static System::Runtime::InteropServices::NFloat Atanh(System::Runtime::InteropServices::NFloat x) = System::Numerics::IHyperbolicFunctions<System::Runtime::InteropServices::NFloat>::Atanh;
public static System.Runtime.InteropServices.NFloat Atanh (System.Runtime.InteropServices.NFloat x);
static member Atanh : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Atanh (x As NFloat) As NFloat

매개 변수

x
NFloat

하이퍼볼릭 아크 탄젠트를 계산할 값(라디안)입니다.

반환

의 하이퍼볼릭 아크 탄젠트입니다 x.

구현

적용 대상