IHyperbolicFunctions<TSelf>.Tanh(TSelf) Método

Definición

Calcula la tangente hiperbólica de un valor.

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

Parámetros

x
TSelf

Valor, en radianes, cuya tangente hiperbólica se va a calcular.

Devoluciones

TSelf

Tangente hiperbólica de x.

Se aplica a