Package integral
brings integral complex, split-complex, and dual numbers to Go. It borrows heavily from the math
, math/cmplx
, and math/big
packages.
This package can be used to study Gaussian integers and other Cayley-Dickson constructs.
- Improve documentation
- Tests
- Improve README
- Improve memory management