Section: Manual del Programador de Linux (3)
Updated: 21 Enero 1995
Index Return to Main
Contents
erf, erfc - función error y función error complementario
#include <math.h> double erf(double x); double erfc (double x);
La función erf() devuelve la función error de x; definida como
La función erfc() devuelve la función error complementario de x, que es 1.0 - erf(x).
(3)
This document was created by man2html, using
the manual pages.
Time: 06:16:24 GMT, January 22, 2005