Skip to content

Releases: KristanLaimon/LaloLibrary

V1.2.1 Lalo Math Update

14 Nov 01:05

Choose a tag to compare

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

01 Nov 17:31
e5e3ff6

Choose a tag to compare

@GeometryCraft fixed a problem with Draw2DFigure method on Draw Class. Small Fixing.

That's it!

V1.0.1

31 Oct 05:23
3be2f5c

Choose a tag to compare

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

27 Oct 16:50

Choose a tag to compare

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

08 Oct 02:10

Choose a tag to compare

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