Skip to content

A simple web app that calculates the equation of a tangent line of a function at a given point.

License

Notifications You must be signed in to change notification settings

sbplat/tangent-equation-calculator

Repository files navigation


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.