File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ Let N be the recursion times (Fn+4(z) to Fn(z)), and N until convergence is as f
84
84
[ C# code] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/ErrorFunctionFP64/ErrorFunction.cs )
85
85
86
86
[ erf result] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/results/erf_approx.csv )
87
- [ erf result] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/figures/erf_approx.svg )
87
+ ! [ erf result] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/figures/erf_approx.svg )
88
88
[ erfc result] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/results/erfc_approx.csv )
89
- [ erfc result] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/figures/erfc_approx.svg )
89
+ ! [ erfc result] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/figures/erfc_approx.svg )
90
90
[ inverse erf result] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/results/inverf_approx.csv )
91
- [ inverse erf result] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/figures/inverf_approx.svg )
91
+ ! [ inverse erf result] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/figures/inverf_approx.svg )
92
92
[ inverse erfc result] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/results/inverfc_approx.csv )
93
- [ inverse erfc result] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/figures/inverfc_approx.svg )
93
+ ! [ inverse erfc result] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/figures/inverfc_approx.svg )
94
94
95
95
The following is used to approximate the error of machine epsilon in the entire domain.
96
96
You can’t perform that action at this time.
0 commit comments