In the following section, we will learn about the error functions.
Error functions
Getting ready...
Install the proper library, according to the function used.
How to do it...
Error functions are used as follows:
- Install the proper function
- Execute the function
- Solve the function
- The result will be presented
Here we have the functions and their description:
Function |
Description |
erf(z) |
Returns the error function of complex argument |
erfc(x) |
Complementary error function, 1 - erf(x) |
erfcx(x) |
Scaled complementary error function, exp(x**2) * erfc(x... |