Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.12 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.12 KB


Tangent Lines
Tangent Equation Calculator

Simple tool to calculate the tangent equation of a function.

FeaturesRunningLicense

Features

  • 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

Running

Web App

  1. Clone this project.
  2. Install necessary dependencies with pip install -r requirements.txt.
  3. Run index.py to start the web server.
  4. Navigate to the localhost:PORT address (shown in the terminal) in your browser.

Python Module

  1. Clone this project.
  2. Run calculator.py to start the program.

License

This project is licensed under the GNU General Public License v3.0.