std::erfc
De 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. |
Defined in header <cmath>
|
||
float erfc( float arg ); |
(desde C++11) | |
double erfc( double arg ); |
(desde C++11) | |
long double erfc( long double arg ); |
(desde C++11) | |
double erfc( Integral arg ); |
(desde C++11) | |
Calcula el función de error complementaria de
arg
.Original:
Computes the función de error complementaria 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.
Contenido |
[editar] 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. |
[editar] Valor de retorno
El valor de la función de error complementaria de
arg
, que es 1-std::erf(arg) .Original:
The value of the complementary error function of
arg
, that is 1-std::erf(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] Ver también
(C++11) |
error de funcionamiento Original: error function The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) |
[editar] Enlaces externos
Weisstein, Eric W. "Erfc." De MathWorld - Un recurso del Web Wolfram .
Original:
Weisstein, Eric W. "Erfc." From MathWorld--A Wolfram Web Resource.
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.