std::erfc
Aus 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. |
definiert in Header <cmath> | ||
float erfc(float arg ); | (seit C++11) | |
double erfc(double arg ); | (seit C++11) | |
longdouble erfc(longdouble arg ); | (seit C++11) | |
double erfc( Integral arg ); | (seit C++11) | |
Berechnet den komplementäre Fehlerfunktion der
arg
.Original:
Computes the komplementäre Fehlerfunktion 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.
Inhaltsverzeichnis |
[Bearbeiten]Parameter
arg | - | Floating-Point-Wert 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. |
[Bearbeiten]Rückgabewert
Der Wert der komplementären Funktion des Fehlers
arg
, das heißt 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.
[Bearbeiten]Siehe auch
(C++11) | Fehlerfunktion 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. (Funktion) |
[Bearbeiten]Externer Links
Weisstein, Eric W. "Erfc." Von MathWorld - A Wolfram Web Resource .
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.