Half.Tanh(Half) Método

Definição

Calcula a tangente hiperbólica de um valor.

public:
 static Half Tanh(Half x) = System::Numerics::IHyperbolicFunctions<Half>::Tanh;
public static Half Tanh (Half x);
static member Tanh : Half -> Half
Public Shared Function Tanh (x As Half) As Half

Parâmetros

x
Half

Retornos

Half

A tangente hiperbólica de x.

Implementações

Aplica-se a