Single.Acosh(Single) Metod

Definition

Beräknar hyperbolisk arc-cosinus för ett värde.

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

Parametrar

x
Single

Värdet, i radianer, vars hyperboliska arc-cosinus ska beräknas.

Returer

Hyperbolisk arc-cosinus för x.

Implementeringar

Gäller för