Single.Atanh(Single) Método
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Calcula o arco-tangente hiperbólico de um valor.
public:
static float Atanh(float x) = System::Numerics::IHyperbolicFunctions<float>::Atanh;
public static float Atanh(float x);
static member Atanh : single -> single
Public Shared Function Atanh (x As Single) As Single
- x
- Single
O valor, em radianos, cujo arco-tangente hiperbólico deve ser calculado.
O arco-tangente hiperbólico de x
.
Produto | Versões |
---|---|
.NET | 7, 8, 9, 10 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: