libhide / differential-engine

Command line tool to find derivatives.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Differential Engine

A command line based tool which can be used for basic differentiation written on Borland's Turbo C++ compiler. I built this with my friend Skanda Shekhar back in 11th grade (so, don't judge!).

What all does the tool do?

  1. Basic algebraic differentiation upto the nth power.
  2. Basic trigonometric differentiation.
  3. Exponential and logarithmic differentiation.
  4. Combination of all of the above using Leibnitz' Chain rule.

Dependancies

  • iostream.h
  • conio.h
  • dos.h

About

Command line tool to find derivatives.

License:MIT License


Languages

Language:C++ 100.0%