Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zo-bro-23/newton-method-web
A website that uses Newton's Method to calculate the root of a function
https://github.com/zo-bro-23/newton-method-web
math newton-raphson webapp
Last synced: about 2 months ago
JSON representation
A website that uses Newton's Method to calculate the root of a function
- Host: GitHub
- URL: https://github.com/zo-bro-23/newton-method-web
- Owner: Zo-Bro-23
- Created: 2022-10-13T07:41:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T13:46:55.000Z (about 2 years ago)
- Last Synced: 2024-10-14T17:24:59.524Z (3 months ago)
- Topics: math, newton-raphson, webapp
- Language: JavaScript
- Homepage: https://newton-method-web.vercel.app
- Size: 1.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# newton-method-web
A website that uses Newton's Method to calculate the root of a function
Live [here](https://newton-method.zohan.tech)
Built using the [newton-method](https://www.npmjs.com/package/newton-method) package made by me