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

Definición

Calcula el coseno hiperbólico de un valor.

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

Parámetros

x
TSelf

Valor, en radianes, cuyo coseno hiperbólico se va a calcular.

Devoluciones

TSelf

Coseno hiperbólico de x.

Se aplica a