An open API service indexing awesome lists of open source software.

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

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$$

![image description](https://cdn.discordapp.com/attachments/499522799396847616/981820946644086814/unknown.png)

### Example 2:

>$$f(x)=sin(x^2)+x$$

![image description](https://cdn.discordapp.com/attachments/499522799396847616/981821818509881375/unknown.png)

### Example 3:

>$$f(x)=e^x$$

![image description](https://cdn.discordapp.com/attachments/499522799396847616/981823539839651850/unknown.png)