Skip to content

SharpMath 1.14.7

Latest
Compare
Choose a tag to compare
@dbforge dbforge released this 03 Jul 00:24
· 6 commits to master since this release
  • Fixed that constants (Math.E, Math.PI, ...) were not parsed correctly. Now they are handled differently to ensure that the interpretation is working properly.
  • Fixed that specific terms were not evaluated correctly. Now all kinds of combinations should evaluate correctly and deliver the right result.
  • Added specific exception throwing in Algorithms.ShuntingYard, if the terms don't satisfy formal, mathematical conditions. Expressions like e3, pi2 or sin(3)cos(3) do not evaluate any longer.