Skip to content

Commit 721acf9

Browse files
committed
2 parents 8423bc1 + 4caa24c commit 721acf9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Definition
44

5-
The error function is defined by the following equation:
5+
The error function (erf) is defined by the following equation:
66

77
![erf](https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/figures/erf.svg)
88

9-
The complementary error function is defined by the following equation:
9+
The complementary error function (erfc) is defined by the following equation:
1010

1111
![erfc](https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/figures/erfc.svg)
1212

@@ -82,6 +82,10 @@ Let N be the recursion times (Fn+4(z) to Fn(z)), and N until convergence is as f
8282

8383
## Double Precision (IEEE 754) Approx
8484
[C# code](https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/ErrorFunctionFP64/ErrorFunction.cs)
85+
[erf result](https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/results/erf_approx.csv)
86+
[erfc result](https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/results/erfc_approx.csv)
87+
[inverse erf result](https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/results/inverf_approx.csv)
88+
[inverse erfc result](https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/results/inverfc_approx.csv)
8589

8690
The following is used to approximate the error of machine epsilon in the entire domain.
8791

0 commit comments

Comments
 (0)