std::tanh
De cppreference.com
![]() |
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
Definido en el archivo de encabezado <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.
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.
You can help to correct and verify the translation. Click here for instructions.
Ver también
(C++11)(C++11) |
Calcula el seno hiperbólico (sinh(x)) (función) |
(C++11)(C++11) |
Calcula el coseno hiperbólico (cosh(x)) (función) |
(C++11)(C++11)(C++11) |
Calcula la tangente hiperbólica inversa (artanh(x)) (función) |
Calcula tangente hiperbólica de un número complejo (tanh(z)). (plantilla de función) | |
se aplica la std::tanh función a cada elemento de valarray Original: applies the function std::tanh to each element of valarray The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (plantilla de función) |