maxframe.tensor.special.dawsn#
- maxframe.tensor.special.dawsn(x, out=None)[source]#
Dawson’s integral.
Computes:
exp(-x**2) * integral(exp(t**2), t=0..x).
- Parameters:
x (array_like) – Function parameter.
out (ndarray, optional) – Optional output array for the function values
- Returns:
y – Value of the integral.
- Return type:
scalar or ndarray
References