File: erfi.html

package info (click to toggle)
libcerf 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,784 kB
  • ctags: 307
  • sloc: sh: 11,065; ansic: 2,189; f90: 252; makefile: 58
file content (100 lines) | stat: -rw-r--r-- 3,211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>libcerf - Complex error, Faddeeva, Dawson, and Voigt functions</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>

<body style="background-color: white">


<!-- INDEX BEGIN -->
<div name="index">
<p><a name="__index__"></a></p>
<!--

<ul>

	<li><a href="#name">NAME</a></li>
	<li><a href="#synopsis">SYNOPSIS</a></li>
	<li><a href="#description">DESCRIPTION</a></li>
	<li><a href="#resources">RESOURCES</a></li>
	<li><a href="#references">REFERENCES</a></li>
	<li><a href="#bug_reports">BUG REPORTS</a></li>
	<li><a href="#authors">AUTHORS</a></li>
	<li><a href="#see_also">SEE ALSO</a></li>
	<li><a href="#copying">COPYING</a></li>
</ul>

-->


</div>
<!-- INDEX END -->

<link rel="stylesheet" href="../podstyle.css" type="text/css" /><p>
</p>
<hr />
<h1><a name="name">NAME</a></h1>
<p>cerfi, erfi - imaginary error function</p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<p><strong>#include &lt;cerf.h</strong>&gt;</p>
<p><strong>double _Complex cerfi ( double _Complex z );</strong></p>
<p><strong>double          erfi  ( double x );</strong></p>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
<p>The function <strong>cerfi</strong> returns an error function rotated in the complex plane,
erfi(z) = -i erf(iz).</p>
<p>The function <strong>erfi</strong> takes a real argument and returns a real result.</p>
<p>
</p>
<hr />
<h1><a name="resources">RESOURCES</a></h1>
<p>Project web site: <a href="http://apps.jcns.fz-juelich.de/libcerf">http://apps.jcns.fz-juelich.de/libcerf</a></p>
<p>
</p>
<hr />
<h1><a name="references">REFERENCES</a></h1>
<p>The implementation of <strong>cerfi</strong> and <strong>erfi</strong> is trivially based on the functions
<strong>cerf</strong> and <strong>im_w_of_x</strong>.</p>
<p>
</p>
<hr />
<h1><a name="bug_reports">BUG REPORTS</a></h1>
<p>Please report bugs to the authors.</p>
<p>
</p>
<hr />
<h1><a name="authors">AUTHORS</a></h1>
<p>Steven G. Johnson [http://math.mit.edu/~stevenj],
  Massachusetts Institute of Technology,
  researched the numerics, and implemented the Faddeeva function.</p>
<p>Joachim Wuttke &lt;<a href="mailto:j.wuttke@fz-juelich.de">j.wuttke@fz-juelich.de</a>&gt;, Forschungszentrum Juelich,
  reorganized the code into a library, and wrote this man page.</p>
<p>
</p>
<hr />
<h1><a name="see_also">SEE ALSO</a></h1>
<p>Related complex error functions in liberfc:</p>
<p><strong>w_of_z(3)</strong>, <strong>dawson(3)</strong>, <strong>voigt(3)</strong>, <strong>cerf(3)</strong>, <strong>erfcx(3)</strong>.</p>
<p>The real error function comes with recent versions of glibc, as requested by the C99 standard:</p>
<p><strong>erf(3)</strong></p>
<p>
</p>
<hr />
<h1><a name="copying">COPYING</a></h1>
<p>Copyright (c) 2012 Massachusetts Institute of Technology</p>
<p>Copyright (c) 2013 Forschungszentrum Juelich GmbH</p>
<p>Software: MIT License.</p>
<p>This documentation: Creative Commons Attribution Share Alike.</p>

</body>

</html>