ITrigonometricFunctions<TSelf>.Asin(TSelf) Methode

Definition

Berechnet den Arc-Sinus eines Werts.

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

Parameter

x
TSelf

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

Gibt zurück

TSelf

Der Bogensinus von x.

Hinweise

Dies arcsin(x) wird im Intervallradier [-π / 2, +π / 2] berechnet.

Gilt für: