https://github.com/abdulrhman-dev/extremely-basic-graphing-tool
https://github.com/abdulrhman-dev/extremely-basic-graphing-tool
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdulrhman-dev/extremely-basic-graphing-tool
- Owner: abdulrhman-dev
- Created: 2022-06-02T07:11:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T09:53:51.000Z (about 4 years ago)
- Last Synced: 2025-01-24T12:46:08.891Z (over 1 year ago)
- Language: JavaScript
- Size: 239 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is this?
This is a basic graphing tool made with p5.js that can graph basic functions.
**Note:**
* This graphing tool doesn't have a visble numberline.
* Doesn't work with funcions that have undefined values e.i (1/x).
* May have problems rendering extremely detailed functions.
### Example 1:
>$$f(x)=x^2$$

### Example 2:
>$$f(x)=sin(x^2)+x$$

### Example 3:
>$$f(x)=e^x$$
