Diferencia entre revisiones de «cpp/numeric/math/tanh»
De cppreference.com
(Translated from the English version using Google Translate) |
m (1 revisión: Translate from the English version) |
Revisión de 11:41 25 oct 2012
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.
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.