Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ erf(3M) — Amiga System V Release 4 Version 2.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

exp(3M)



erf(3M)               MATHEMATICAL LIBRARY                erf(3M)



NAME
     erf, erfc - error function and complementary error function

SYNOPSIS
     cc [flag ...] file ...  -lm [library ...]

     #include <math.h>

     double erf (double x);

     double erfc (double x);

DESCRIPTION
     erf retur
x
ns the error function of x, defined as 2 2 ___∫e-t dt \/π 0 erfc, which returns 1.0 - erf(x), is provided because of the extreme loss of relative accuracy if erf(x) is called for large x and the result subtracted from 1.0 (e.g., for x = 5, 12 places are lost). SEE ALSO exp(3M). Last change: Math Libraries 1

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026