Espacios de nombres
Variantes
Acciones

std::tanh

De cppreference.com
 
 
 
Funciones matemáticas comunes
Funciones
Operaciones básicas
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)(C++11)(C++11)
Funciones exponenciales
(C++11)
(C++11)
(C++11)
(C++11)
Funciones de potencias
(C++11)
(C++11)
Funciones trigonométricas e hiperbólicas
tanh
(C++11)
(C++11)
(C++11)
Funciones de error y gamma
(C++11)
(C++11)
(C++11)
(C++11)
Operaciones de punto flotante del entero más cercano
(C++11)(C++11)(C++11)
(C++11)
(C++11)
(C++11)(C++11)(C++11)
Funciones de manipulación de punto flotante
(C++11)(C++11)
(C++11)
(C++11)
(C++11)(C++11)
(C++11)
Clasificación/comparación
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
Constantes de macro
(C++11)(C++11)(C++11)(C++11)(C++11)
 
Defined in header <cmath>
float       tanh( float arg );
double      tanh( double arg );
long double tanh( long double arg );
double      tanh( Integral arg );
(desde C++11)
Calcula la tangente hiperbólica de arg
Original:
Computes hyperbolic tangent of arg
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parámetros

arg -
flotando valor en puntos
Original:
floating point value
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Valor de retorno

tangente hiperbólica de arg
Original:
hyperbolic tangent of arg
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Ver también

Plantilla:cpp/numeric/math/dcl list sinhPlantilla:cpp/numeric/math/dcl list coshPlantilla:cpp/numeric/math/dcl list atanhPlantilla:cpp/numeric/complex/dcl list tanhPlantilla:cpp/numeric/valarray/dcl list tanh