Commit Graph

2 Commits

Author SHA1 Message Date
0xJ1M
f837311da8 Feature/implement exponentiation (#6)
* Modified System to make each numeric node a non-generic for now.

Implemented decimal exponentation. This is a draft implementation and is not intended for final release

* Reverted change to NumericNode and fixed tests
2023-09-19 20:44:34 +01:00
0xJ1M
461a60ff77 Bugfix/improve code coverage (#4)
* Improved coverage

* Finished
2023-09-11 21:48:27 +01:00