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

https://github.com/libhide/differential-engine

Command line tool to find derivatives.
https://github.com/libhide/differential-engine

cbse cpp turbocpp

Last synced: about 2 months ago
JSON representation

Command line tool to find derivatives.

Awesome Lists containing this project

README

          

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