Releases: KristanLaimon/LaloLibrary
Releases · KristanLaimon/LaloLibrary
V1.2.1 Lalo Math Update
Now this library has a polynomial calculator! (with monomial's as well)
Stuff changed:
- Added LaloCloning.dll dependency (to clone)
- Added polynomial calc ( + , - , /, * )
- Added polycheckin.cs (to check if a string is an effective polynomial, validation)
- Added polynomial exception (a few cases inside Polynomial.cs class)
- Added a simple method extension to handle gracefulllyt LinkedDoubleCircularList.cs
- Added more methods to LinkedDoubleCircularList.cs
What happened with V1.1 and V1.2 ?, well, I forgot to do those updates on github, but they're on nuget so....
V1.0.2 Little BugFix
@GeometryCraft fixed a problem with Draw2DFigure method on Draw Class. Small Fixing.
That's it!
V1.0.1
V1.0.1
Parser Fix Update
This update only fixed some bugs related to the last one. Now infix to prefix parser can accept more variated string inputs and now the return a struct with all the results calculated by expressionParser and expressionCalc. ("ParserResults", and "CalcResults").
- I removed those ugly "ref" parameters from them
By the way, we added code to draw a 2d figure with "n" sides on Draw Class (a method)
That's it!
🦊
V1.0.0
V1.0.0
Features
- Infix to prefix and viceversa converser with logs of every step of the process
- Prefix evaluator
- Some QOL for strings with StringUtils class
- Priority enum added
V0.1.0-alpha
Cleaning Update
This update brings the following:
- New figures to work with
- Circle class now have more methods to draw on bitmaps
- Now there are Circle (int class) and CircleF (float class)
- Remove innecesary "refs" parameters on many methods with bitmaps
- Add method to calculate distance from 2 points
- Remove ugly namespaces names with another more relevants to this project
- Organization and cleaning of whole library