ComplexErrorFunctionRelatedErfi Method |
The imaginary error function erfi(x) = -i cerf(ix).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Erfi(
double x
)
Parameters
- x Double
- The real argument x.
Return Value
DoubleValue of the imaginary error function erfi(x) = -i cerf(ix).
See Also