File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
8690The following is used to approximate the error of machine epsilon in the entire domain.
8791
You can’t perform that action at this time.
0 commit comments