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

Definição

Calcula a tangente hiperbólica de um 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

O valor, em radianos, cuja tangente hiperbólica deve ser computada.

Retornos

TSelf

A tangente hiperbólica de x.

Aplica-se a