Releases: Abdalrahman-Alhamod/Numeric-Calc
Numerical Analysis Calculator v3.1.0
Numerical Analysis Calculator v3.0.0
Main Changes
-
Replcae double with BigDecimal
-
Add Accuracy frrom 1 to 30
-
Fix wrong asnwers bugs
-
Add settings to set Accuaracy and Light Theme and Dark Theme
-
Add settings saving
-
Enhance GUI Look
New Added Themes
Light Themes :
-
Light Flat
-
Arc Light
-
Arc Orange
-
Cyan Light
-
Solarized Light
-
Gray
-
Atom One Light
Datk Themes :
-
One Dark
-
Arc Dark
-
Arc Dark Orange
-
Carbon
-
Dark Flat
-
Dark Purple
-
Dracula
-
Atom One Dark
Numerical Analysis Calculator 2.3.0
Numerical Analysis Calculator v2.0.0
Numerical Analysis Calculator v1.4.1
Main Changes :
-
Make Exception more detailed
-
Fix main print
-
Add contact info
Numerical Analysis Calculator v1.4.0
Added Features :
- Create DifferentialEquation class with the follwing classes for solving differential equations :
- Euler
- Taylor -
- MidPoint ( Modified Eulaer - Heun - Ralston )
- Runge-Kutta
-
Add JAVA DOC for DifferentialEquation class
-
Add NonLinearEquation class with the following inner classes to solve a non-linear equation :
- Bisection
- False Position
- Secant
- Newton-Raphson
- Halley
- Fixed Point Iteration
-
Testing the previouse methods with adding java doc to NonLinearEquation
-
Create inner Horner class in Polynomial with the method :
- getValueAt(x) ,
get the polynomial value at given x
- getDivideOn(a)
Divide on ( x-a )
- getDiffAt(x,degree)
get the derivative at the given x value
- Create SystemOfNonLinearEquations with the following inner class :
- Newton Raphson
- Add a complete switch for all Numeric methods and classes with complete test
Fixed Bugs
-
Fix Central Subtraction bug
-
Fix EvaluateString bug
-
Fix Polynomial print bug
Numerical Analysis Calculator v1.2.0
Main Changes :
-
Fix Central Subtraction bug
-
Create DifferentialEquation class with constructor and getValueAt(x,y)
-
Add the follwing classes for solving differential equations :
-
Euler
-
Taylor
-
MidPoint ( Inner class : Modified Eulaer - Heun - Ralston )
-
Runge-Kutta .
- Add JAVA DOC for DifferentialEquation class
Numerical Analysis Calculator v1.1.0
Main Changes :
-
Add Expression Function and Points Function
-
Add EvaluateString class
-
Now it can support the following functions :
- exp
- log
- sqrt
- sin
- cos
- tan
- asin
- acos
- atan
- sinh
- cosh
- tanh
-
Restructuring the whole project
-
Fix all bugs and issues