File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 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
8484[ C# code] ( https://github.com/tk-yoshimura/ErrorFunctionApproximation/blob/main/ErrorFunctionFP64/ErrorFunction.cs )
8585
8686[ 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 )
8888[ 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 )
9090[ 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 )
9292[ 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 )
9494
9595The following is used to approximate the error of machine epsilon in the entire domain.
9696
You can’t perform that action at this time.
0 commit comments