Skip to content

Commit c88c8f8

Browse files
committed
Update README.md
1 parent db4213a commit c88c8f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

9595
The following is used to approximate the error of machine epsilon in the entire domain.
9696

0 commit comments

Comments
 (0)