cerf(3)


NAME

   cerf, cerfc - complex error functions

SYNOPSIS

   #include <cerf.h>

   double _Complex cerf ( double _Complex z );

   double _Complex cerfc ( double _Complex z );

DESCRIPTION

   The function cerf is the complex version of the error function: erf(z)
   = 2/sqrt(pi) * integral from 0 to z of exp(-t*t) dt.

   The complementary complex error function cerfc is defined as erfc(z) =
   1-cerf(z).

RESOURCES

   Project web site: http://apps.jcns.fz-juelich.de/libcerf

REFERENCES

   The computations are based on Faddeeva's function w_of_z.

BUG REPORTS

   Please report bugs to the authors.

AUTHORS

   Steven G. Johnson [http://math.mit.edu/~stevenj],
     Massachusetts Institute of Technology,
     researched the numerics, and implemented the Faddeeva function.

   Joachim Wuttke <j.wuttke@fz-juelich.de>, Forschungszentrum Juelich,
     reorganized the code into a library, and wrote this man page.

SEE ALSO

   Related complex error functions in liberfc:

   w_of_z(3), dawson(3), voigt(3), erfcx(3), erfi(3).

   The real error function comes with recent versions of glibc, as
   requested by the C99 standard:

   erf(3)

COPYING

   Copyright (c) 2012 Massachusetts Institute of Technology

   Copyright (c) 2013 Forschungszentrum Juelich GmbH

   Software: MIT License.

   This documentation: Creative Commons Attribution Share Alike.


More Linux Commands

manpages/UNIVERSAL.3pm.html
UNIVERSAL(3pm) - base class for ALL classes (blessed referen
UNIVERSAL is the base class from which all blessed references inherit. See perlobj. UNIVERSAL provides the following methods: $obj-&gt;isa( TYPE ) CLASS-&gt;isa( TYPE

manpages/XML::DOM::Text.3pm.html
XML::DOM::Text(3pm) - A piece of XML text in XML::DOM.......
XML::DOM::Text extends XML::DOM::CharacterData, which extends XML::DOM::Node. The Text interface represents the textual content (termed character data in XML )

manpages/CPAN::Version.3pm.html
CPAN::Version(3pm) - utility functions to compare CPAN versi
This module mediates between some version that perl sees in a package and the version that is published by the CPAN indexer. Its only written as a helper module

manpages/systemd-remount-fs.service.8.html
systemd-remount-fs.service(8) Remount root and kernel file s
systemd-remount-fs.service is an early-boot service that applies mount options listed in fstab(5) to the root file system, the /usr file system and the kernel A

manpages/cexp2l.3.html
cexp2l(3) - base-2 exponent of a complex number (Man Page)
The function returns 2 raised to the power of z. CONFORMING TO These function names are reserved for future use in C99. AVAILABILITY Not yet in glibc, as at ver

manpages/Xvnc.1.html
Xvnc(1) the X VNC server (Commands - Linux manual page).....
Xvnc is the X VNC (Virtual Network Computing) server. It is based on a standard X server, but it has a virtual screen rather than a physical one. X applications

manpages/XTestFakeMotionEvent.3.html
XTestFakeMotionEvent(3) - XTest extension functions.........
This extension is a minimal set of client and server extensions required to completely test the X11 server with no user intervention. This extension is not inte

manpages/glGetMapiv.3gl.html
glGetMapiv(3gl) - return evaluator parameters (Man Page)....
glMap1 and glMap2 define evaluators. glGetMap returns evaluator parameters. target chooses a map, query selects a specific parameter, and v points to storage wh

manpages/Tk_CanvasTkwin.3.html
Tk_CanvasTkwin(3) - utility procedures for canvas type manag
These procedures are called by canvas type managers to perform various utility functions. Tk_CanvasTkwin returns the Tk_Window associated with a particular canv

manpages/gnutls_x509_crl_sign2.3.html
gnutls_x509_crl_sign2(3) - API function - Linux manual page
gnutls_x509_crl_sign2.3 - This function will sign the CRL with the issuers private key, and will copy the issuers information into the CRL. This must be the las

manpages/Tcl_AppendAllObjTypes.3.html
Tcl_AppendAllObjTypes(3) - manipulate Tcl object types......
The procedures in this man page manage Tcl object types. They are used to register new object types, look up types, and force conversions from one type to anoth

manpages/mouse.4.html
mouse(4) - serial mouse interface - Linux manual page.......
Introduction The pinout of the usual 9 pin plug as used for serial mice is: This is the specification, in fact 9 V suffices with most mice. The mouse driver can





We can't live, work or learn in freedom unless the software we use is free.