NFloat.Acosh(NFloat) Method

Definition

Computes the hyperbolic arc-cosine of a value.

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

Parameters

x
NFloat

The value, in radians, whose hyperbolic arc-cosine is to be computed.

Returns

The hyperbolic arc-cosine of x.

Implements

Applies to