ITrigonometricFunctions<TSelf>.Acos(TSelf) Methode

Definition

Berechnet den Arc-Kosinus eines Werts.

public:
 static TSelf Acos(TSelf x);
public static abstract TSelf Acos (TSelf x);
static member Acos : 'Self -> 'Self
Public Shared Function Acos (x As TSelf) As TSelf

Parameter

x
TSelf

Der Wert im Bogenmaß, dessen Arc-Kosinus berechnet werden soll.

Gibt zurück

TSelf

Der Arc-Kosinus von x.

Hinweise

Dies arccos(x) wird im Intervallradier [+0, +π] berechnet.

Gilt für: