ITrigonometricFunctions<TSelf>.TanPi(TSelf) Methode

Definition

Berechnet den Tangens eines Werts, der von pi.

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

Parameter

x
TSelf

Der Wert in halber Revolution, der vor pi dem Berechnen seines Tangens multiziert wird.

Gibt zurück

TSelf

Der Tangens von x multipliziert mit pi.

Hinweise

Dies tan(x * π)berechnet .

Gilt für: