tail head cat sleep
QR code linking to this page

Manpage  — ERF

BEZEICHNUNG

erf, erfc - Fehlerfunktion und komplementäre Fehlerfunktion

INHALT

ÜBERSICHT

#include <math.h> 

double erf(double x);

double erfc (double x);

BESCHREIBUNG

Die Funktion erf() gibt den Fehler von x zurück, der wie folgt definiert ist:
erf(x) = 2/sqrt(pi)* Integral von 0 bis x über exp(-t*t) dt
Die Funktion erfc() gibt den Komplementärfehler von x zurück. D.h. 1,0 - erf(x).

KONFORM ZU

SVID 3, BSD 4.3

SIEHE AUCH

exp(3),

19. Mai 1999 ERF (3) BSD

tail head cat sleep
QR code linking to this page


Bitte richten Sie Ihre Kommentare zu diesem Handbuch Seite Service, Ben Bullock. Privacy policy.