ITrigonometricFunctions<TSelf>.TanPi(TSelf) Método

Definição

Calcula a tangente de um valor que foi múltiplo por 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

Parâmetros

x
TSelf

O valor, em meias revoluções, que é múltiplo por pi antes de calcular sua tangente.

Retornos

TSelf

A tangente de x multiplicada por pi.

Comentários

Isso calcula tan(x * π).

Aplica-se a