ERF

Section: Manual del Programador de Linux (3)
Updated: 21 Enero 1995
Index Return to Main Contents


 

NOMBRE

erf, erfc - función error y función error complementario  

SINOPSIS

#include <math.h>

double erf(double x);

double erfc (double x);
 

DESCRIPCIÓN

La función erf() devuelve la función error de x; definida como

erf(x) = 2/sqrt(pi)* integral desde 0 hasta x de exp(-t*t) dt

La función erfc() devuelve la función error complementario de x, que es 1.0 - erf(x).  

CONFORME A

SVID 3, BSD 4.3  

VÉASE TAMBIÉN

exp

(3)


 

Index

NOMBRE
SINOPSIS
DESCRIPCIÓN
CONFORME A
VÉASE TAMBIÉN

This document was created by man2html, using the manual pages.
Time: 06:16:24 GMT, January 22, 2005