implement r's complement neg
make-github-pseudonymous-again opened this issue · 1 comments
make-github-pseudonymous-again commented
Implement r's complement neg (2's complement generalized to any radix), it would allow to have 'smart' negative values in any base or at least make the methods of alu behave like C on primitive types for bases 2^n.
See http://www.cs.uwm.edu/~cs151/Bacon/Lecture/HTML/ch03s09.html if lost.
make-github-pseudonymous-again commented
migrated to arithmetic-operations-for/naturals-big-endian#35