erf
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 <math.h>
|
||
float erff( float arg ); |
||
double erf( double arg ); |
||
long double erfl( long double arg ); |
||
Calcula el error de funcionamiento de
arg
.Original:
Computes the error de funcionamiento 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 de
∫arg
0e-t2
dt .
arg
, que es 2 |
√π |
0e-t2
dt .
Original:
The value of the error function of
∫arg
0e-t2
dt.
arg
, that is 2 |
√π |
0e-t2
dt.
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] Ejemplo
This section is incomplete Reason: no example |
[editar] Ver también
(C99) |
función de error complementaria Original: complementary 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) |
C++ documentation for erf
|
[editar] Enlaces externos
Weisstein, Eric W. "Erf." De MathWorld - Un recurso del Web Wolfram .
Original:
Weisstein, Eric W. "Erf." 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.