Single.Tanh(Single) Metoda

Definice

Vypočítá hyperbolický tangens hodnoty.

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

Parametry

x
Single

Hodnota v radiánech, jejíž hyperbolický tangens se má vypočítat.

Návraty

Hyperbolický tangens .x

Implementuje

Platí pro