Skip to content

tobiasbriones/ep-misc-computations-in-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Project: Miscellaneous computations in JS

Project   GitHub Repository

GitHub Project License

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. See also: Example Project: Secant Method.

  • eratosthenes-sieve.mjs: Computes prime numbers by using the eratosthenes sieve algorithm. Basic implementation I made in 2016 to run the algorithm.

Getting started

Run index.html into a web server to check the results. For example, http-server .\src\.

Run the tests with npm run test.

Screenshots

Screenshot 1

Contact

This project: GitHub Repository

Tobias Briones: GitHub

Example Project: App

About

Example Project: Miscellaneous computations in JS

Example project where I compute miscellaneous problems of applied math.

Copyright © 2019-2020 Tobias Briones. All rights reserved.

License

This project is licensed under the MIT License.