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

Definição

Calcula o arco-tangente hiperbólico de um valor.

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

Parâmetros

x
TSelf

O valor, em radianos, cujo arco-tangente hiperbólico deve ser calculado.

Retornos

TSelf

O arco-tangente hiperbólico de x.

Aplica-se a