Skip to content

Releases: AdelKS/ZeCalculator

v0.1.0

22 Apr 22:58
d5e0bfe
Compare
Choose a tag to compare

This is the first tagged version of the library, the main branch won't see its history rewritten starting this point.

This release brings two building blocks of the library:

  • Functions
    • Can have an arbitrary number of input variables
    • Functions can call each other if in the same math world, although only with positional arguments.
  • Global constants, which can be used in functions' expression. Its value can be changed.

For more information, see the project's README.