Skip to content

Releases: PimvanderLoos/JCalculator

1.10

17 Jan 14:53
adbae21
Compare
Choose a tag to compare
  • Fix ordering issue

1.9

17 Jan 13:58
ca83e1e
Compare
Choose a tag to compare
1.9
  • Messaging cleanup

1.8

25 May 13:37
be744a6
Compare
Choose a tag to compare
1.8
  • Improved variable handling.

1.7

12 Jan 09:52
1f02af5
Compare
Choose a tag to compare
1.7

Clean up dependencies

More operators and fixes

14 Oct 04:58
3676a7a
Compare
Choose a tag to compare

Added the following operators: log(x), ln(x).
Added the following constants: pi, e.
Fixed incorrect exponent operator precedence.

Implemented more operators

10 Sep 11:07
18f298b
Compare
Choose a tag to compare
  • Added the following operators: sin(x), asin(x), cos(x), acos(x),
    tan(x), atan(x), atan2(x,y) and their tests.

Improved dependencies

26 Jun 19:21
961d8dc
Compare
Choose a tag to compare
  • Removed unnecessary dependencies and changed the scope of various other dependencies. Drastically reduces the size of projects depending on JCalculator.

Documentation cleanup

26 Jun 14:33
2a01920
Compare
Choose a tag to compare
  • Restricted access to generated files (parser etc); they shouldn't be accessed.,
  • As a result, only the main class shows up in the javadoc.

Documentation

26 Jun 12:38
dc2824c
Compare
Choose a tag to compare
  • Added documentation.
  • Added methods to substitute variables in an expression.
  • Removed methods that allow evaluation of multiple expressions to avoid confusion.

Added support for JitPack

25 Jun 16:01
a323daf
Compare
Choose a tag to compare
  • Cleaned up the project.