Support modulus operation (absolute value)

This adds support for computing the absolute value of a term along with
an according unit test.
This commit is contained in:
2018-04-12 00:38:48 +02:00
parent 0608748349
commit 8c250f5c59
10 changed files with 123 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
### Features
* more and advanced simplification rules
* adds support for exponentiation operator
* adds support for exponentiation (power) and modulus (absolute value)
* new examples: prime numbers, permutation generator, and graph coloring (extended)
## 0.1.7 (2018-04-08)