Click or drag to resize

ErrorFunctionDawson Method

Overload List
 NameDescription
Public methodStatic memberDawson(Double) Dawson(x) evaluates Dawson's integral for a double precision real argument x.
C#
          2  / x   2
        -x   |    t
F(x) = e     |   e    dt
             |
             / 0
Public methodStatic memberDawson(Double, Boolean) Dawson(x) evaluates Dawson's integral for a double precision real argument x.
C#
          2  / x   2
        -x   |    t
F(x) = e     |   e    dt
             |
             / 0
Top
See Also