Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Evaluate the integral of the complementary error function
ResourceFunction["Erfci"][x] computes the definite integral of erfc(x). |
Plot the Erfci function:
In[1]:= |
|
Out[1]= |
|
Examine some particular values:
In[2]:= |
|
Out[2]= |
|
In[3]:= |
|
Out[3]= |
|
Erfci can be applied to complex values:
In[4]:= |
|
Out[4]= |
|
In[5]:= |
|
Out[5]= |
|
When applied to numerical values, Erfci reflects the precision of its input:
In[6]:= |
|
Out[6]= |
|
Erfci threads elementwise over lists:
In[7]:= |
|
Out[7]= |
|
Plot Erfci over a subset of the complexes:
In[8]:= |
|
Out[8]= |
|
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License