Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasbriones authored Nov 11, 2020
1 parent 6632cb4 commit f96785a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Example project where I compute miscellaneous problems of applied math.

The scripts are about:
* **bisection-method.mjs:** Computes the root of a polynomial according to the bisection method. Basic implementation I
made in 2016 to run the algorithm.
made in 2016 to run the algorithm. See also: [Example Project: Secant Method](https://github.com/TobiasBriones/example.math.numerical.polynomial.cpp.secant-method).
* **eratosthenes-sieve.mjs:** Computes prime numbers by using the eratosthenes sieve algorithm. Basic implementation I
made in 2016 to run the algorithm.

Expand Down

0 comments on commit f96785a

Please sign in to comment.