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

Definición

Calcula la tangente de un valor.

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

Parámetros

x
TSelf

Valor, en radianes, cuya tangente se va a calcular.

Devoluciones

TSelf

Tangente de x.

Comentarios

Esto calcula tan(x).

Se aplica a