std::erfc
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 erfc(float arg ); | (desde C++11) | |
double erfc(double arg ); | (desde C++11) | |
longdouble erfc(longdouble arg ); | (desde C++11) | |
double erfc( Integral arg ); | (desde C++11) | |
Calcula a função de erro complementar de
arg
.Original:
Computes the função de erro complementar 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
O valor da função de erro complementar de
arg
, isto é 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]Veja também
(C++11) | função de erro 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. (função) |
[editar]Links externos
Weisstein, Eric W. "Erfc." De MathWorld - Um recurso 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.