<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/subex/arithmetic.go
Commit message (Expand)AuthorAgeFilesLines
* Replaces the interfaces implementation of Atom with a tagged union based impl...Charlie Stanton2023-04-211-16/+16
* Changes the implementation of Atomise and Compound to no longer use goroutinesCharlie Stanton2023-04-211-5/+5
* Adds the NOT operatorCharlie Stanton2023-04-191-0/+24
* Adds the reciprocal operatorCharlie Stanton2023-04-191-0/+34
* Fixes internal error messages for arithmetic functionsCharlie Stanton2023-04-191-4/+4
* Adds the negate operatorCharlie Stanton2023-04-191-0/+33
* Combines sum and product into an arithmetic state that contains a function fo...Charlie Stanton2023-04-191-0/+87