Single.Acosh(Single) Methode

Definitie

Berekent de hyperbolische boogcosinus van een waarde.

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

Parameters

x
Single

De waarde, in radialen, waarvan de hyperbolische boog-cosinus moet worden berekend.

Retouren

De hyperbolische boogcosinus van x.

Implementeringen

Van toepassing op