dawson
dawson(x)
Compute the Dawson function (scaled imaginary error function) of x
,
defined by $\frac{\sqrt{\pi}}{2} e^{-x^2} \operatorname{erfi}(x)$.
Examples
julia> dawson(16)
0.031311396325184614
See Also
User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.