Skip to content

Releases: uellenberg/Logimat

1.0.46

29 Jun 21:35

Choose a tag to compare

Added stack functions, which allow more complex programs to be implemented. These form the basis of CalculatorOS.

1.0.45

02 Feb 03:32

Choose a tag to compare

Fixed expressions in templates not being handled correctly (caused by changes introduced with variables).

1.0.44

14 Jan 23:28

Choose a tag to compare

  • Add support for variables (and proper shadowing for both variables and constants).
  • Make arrays look better when rendered.
  • Add 3D Sphere example.
  • Add Prime Sine example.

1.0.43

03 Oct 23:20

Choose a tag to compare

This includes changes for both 1.0.42 and 1.0.43.

  • Improve operator functions.
  • Rename select to isNotZero.
  • Improve simplification.
  • Add "polyfill functions" and allow disabling them.

1.0.41

16 Feb 04:12

Choose a tag to compare

  • Numerous compiler/simplifier improvements.
  • Unsafe and unstable compilation modes.
  • Much better documentation.

1.0.40

27 Apr 03:17

Choose a tag to compare

  • Added a few more complex function.
  • Added the complexFunction! template, which allows generating random complex functions from a seed value.

1.0.39

01 Apr 08:10

Choose a tag to compare

  • Fix prod.

1.0.38

01 Apr 02:57

Choose a tag to compare

  • Added integral (int) and derivative (div).
  • Added export statement.
  • Added a few extra complex functions.

1.0.37

27 Mar 02:17

Choose a tag to compare

  • Fixed a bug with point and array simplification.

1.0.36

26 Mar 23:17

Choose a tag to compare

  • Updated dependencies.
  • Fixed a bug with isPositive.
  • Simplified cAdd and cSub.