#include "../numerics.h"Go to the source code of this file.
Functions | |
| double | erf (double x) |
| double | erfc (double x) |
| double | inverse_erf (double y) |
| double erf | ( | double | x | ) |
Returns the error function erf(x).
References:
| x | the evaluation point. |
| double erfc | ( | double | x | ) |
Returns the complementary error function erfc(x).
References:
| x | the evaluation point. |
| double inverse_erf | ( | double | y | ) |
Returns the inverse error function erf-1(x).
References:
| y | the evaluation point. |
1.5.3