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.
- Host: GitHub
- URL: https://github.com/libhide/differential-engine
- Owner: libhide
- License: mit
- Created: 2015-01-01T10:58:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T18:24:40.000Z (over 8 years ago)
- Last Synced: 2025-04-03T23:14:44.976Z (about 1 year ago)
- Topics: cbse, cpp, turbocpp
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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