1builddir::build::BUILD::libbcueirlfd-dvli2ir.b:1c::eb:rumfialnmd:a::n:duBaaUwlIsLoDn:(:3l)ibcerf-v2.1::man::dawson(3)
2
3
4
6 cdawson, dawson - Dawson's integral
7
9 #include <cerf.h>
10
11 double _Complex cdawson ( double _Complex z );
12
13 double dawson ( double x );
14
16 The function cdawson returns Dawson's integral D(z) = exp(-z^2)
17 integral from 0 to z exp(t^2) dt = sqrt(pi)/2 * exp(-z^2) * erfi(z).
18
19 For function dawson takes a real argument x, and returns the real
20 result D(x).
21
23 The computation of D(z) is based on Faddeeva's function w_of_z(3); to
24 compute D(x), the imaginary part im_w_of_x(3) is used.
25
26 Other complex error functions: w_of_z(3), voigt(3), cerf(3), erfcx(3),
27 erfi(3).
28
29 Homepage: http://apps.jcns.fz-juelich.de/libcerf
30
32 Steven G. Johnson, http://math.mit.edu/~stevenj,
33 Massachusetts Institute of Technology,
34 researched the numerics, and implemented the Faddeeva function.
35
36 Joachim Wuttke <j.wuttke@fz-juelich.de>, Forschungszentrum Juelich,
37 reorganized the code into a library, and wrote this man page.
38
39 Please report bugs to the authors.
40
42 Copyright (c) 2012 Massachusetts Institute of Technology
43
44 Copyright (c) 2013 Forschungszentrum Juelich GmbH
45
46 Software: MIT License.
47
48 This documentation: Creative Commons Attribution Share Alike.
49
50
51
52perl v5.36.0 builddir2:0:2b2u-i0l7d-:2:1BUILD::libcerf-v2.1::man::dawson(3)