std::erfc
Da cppreference.com.
                    
                                        
                    
                    
                                                            
                    | 
   | 
  Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate. 
 La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui.  | 
|   Defined in header <cmath>
   | 
||
|   float       erfc( float arg );  | 
(dal C++11) | |
|   double      erfc( double arg );  | 
(dal C++11) | |
|   long double erfc( long double arg );  | 
(dal C++11) | |
|   double      erfc( Integral arg );  | 
(dal C++11) | |
Calcola la errore funzione complementare di 
arg.Original:
Computes the errore funzione complementare 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.
Indice | 
[modifica] Parametri
| arg | - |    valore in virgola mobile 
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.  | 
[modifica] Valore di ritorno
Il valore della funzione di errore complementare 
arg, che è 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.
[modifica] Vedi anche
|    (C++11)  | 
    funzione di errore   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. (funzione)  | 
[modifica] Collegamenti esterni
Weisstein, Eric W. "Erfc." Da MathWorld - Una risorsa 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.