Skip to content

Releases: visar77/Ableitungsrechner

Ableitungsrechner v0.9-prealpha

04 Jan 18:07
Compare
Choose a tag to compare
Pre-release
  • Added a GUI
  • Added many comments to better understand the way the code works (and more are coming soon)
  • Added fractions that need to be always written like this => (f(x))/(g(x)), f(x) and g(x) are mathematical terms, but they can't be fractions and g(x) can't be 0
  • Added integer exponents for bracket terms => (2x+1)^2 or (2x+1)^-2 are now possible, but for fractions only positive exponents work, because inverse fractions don't work currently
  • Fixed the multiple signs bug => 2+++---++2 is translated to 2-2
  • Optimized a lot of code lines
  • Improved derivative calculation

Ableitungsrechner v.07-alpha

16 Dec 22:06
acab9a8
Compare
Choose a tag to compare
Pre-release

-Added product operations.
-Bracket terms can now be exponents f.e 2x^(3-1)
-Added some comments
-Fixed bugs.
-More spaghetti code.

Ableitungsrechner v.05-alpha

12 Dec 00:16
acab9a8
Compare
Choose a tag to compare
Pre-release

Added product and division operations for divisor with a term length of 1.

Ableitungsrechner v.03-alpha

11 Dec 23:00
acab9a8
Compare
Choose a tag to compare
Pre-release

Derivative calculator without GUI.
Features:
-No support for minus values
-Only works for + sign
-Spaghetti Code