Espacios de nombres
Variantes
Acciones

Diferencia entre revisiones de «cpp/numeric/math/tanh»

De cppreference.com
< cpp‎ | numeric‎ | math
m (1 revisión: Translate from the English version)
(Translated from the English version using Google Translate)
Línea 1: Línea 1:
 +
 
{{cpp/title|tanh}}
 
{{cpp/title|tanh}}
 
{{cpp/numeric/math/navbar}}
 
{{cpp/numeric/math/navbar}}

Revisión de 13:00 25 oct 2012

 
 
 
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