◐ Shell
clean mode source ↗

std::erfc – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

definiert in Header

<cmath>

float erfc( float arg );

(seit C++11)

double erfc( double arg );

(seit C++11)

long double erfc( long double arg );

(seit C++11)

double erfc( Integral arg );

(seit C++11)

Berechnet den komplementäre Fehlerfunktion der arg .

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

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.

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.

Siehe auch

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) [edit]

Externer Links

Weisstein, Eric W. "Erfc." Von MathWorld - A Wolfram Web Resource .

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.