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

Definição

Calcula a tangente de um valor.

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

Parâmetros

x
TSelf

O valor, em radianos, cuja tangente deve ser computada.

Retornos

TSelf

A tangente de x.

Comentários

Isso calcula tan(x).

Aplica-se a