std::asinh
Da cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
Definido no cabeçalho <cmath>
|
||
float asinh( float arg ); |
(desde C++11) | |
double asinh( double arg ); |
(desde C++11) | |
long double asinh( long double arg ); |
(desde C++11) | |
double asinh( Integral arg ); |
(desde C++11) | |
Calcula arco seno hiperbólico de
arg
Original:
Computes hyperbolic arc sine 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.
Índice |
[editar] Parâmetros
arg | - | flutuando valor de ponto
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. |
[editar] Valor de retorno
seno hiperbólico inverso de
arg
Original:
inverse hyperbolic sine 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.
[editar] Veja também
(C++11) |
hiperbólica arco cosseno Original: hyperbolic arc cosine The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) |
|