maxframe.tensor.special.erfi#
- maxframe.tensor.special.erfi(z, out=None)[source]#
Imaginary error function,
-i erf(i z).- Parameters:
z (array_like) – Real or complex valued argument
out (ndarray, optional) – Optional output array for the function results
- Returns:
Values of the imaginary error function
- Return type:
scalar or ndarray
Notes
References