- Calculate the tangent equation of a function at a point
- Point can be on or external to the function
- Compute complex relationships using implicit differentiation
- Exact and decimal output
- Supports vertical lines
- Comes with a web app and python module
- Clone this project.
- Install necessary dependencies with
pip install -r requirements.txt
. - Run
index.py
to start the web server. - Navigate to the
localhost:PORT
address (shown in the terminal) in your browser.
- Clone this project.
- Run
calculator.py
to start the program.
This project is licensed under the GNU General Public License v3.0.