﻿功能:求解Dawson函数

格式:Dawson(x)
x : 为数值或者矩阵变量

说明:
$$
\mathbf{DawSon}(x) = \int_0^x\exp(t^2-x^2)dt = \dfrac{\sqrt{\pi}}{2}\mathbf{Erfi}(x)\exp(-x^2)
$$
关于:{Dawson<https://mathworld.wolfram.com/DawsonsIntegral.html>}

例子:
a = DawSon(1.6)//回车得到如下结果
a =
[ 0.39993989432308 ]