version 0.2
- created GUI as a example, it allows creation of Fuzzy number of almost any shape basic arithmetic functions (addition, subtraction, multiplication, division) as well as propagation of fuzzy number through functions (exponentiation, Cos, Exp, Log, Log10, Sin, Tan)
- this GUI also allows graphical vizualization of the result
- added classes FuzzyMath and IntervalMath that works in similar way that Math in Java
- added and enhanced some classes and function to make them more usable
- a lot of bug fixed during the development
version 0.1
- basic functionality
- quite a few bugs that should be fixed
- not as user friendly as it could be