Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Implement constant i for complex numbers
constant i = 1i; had bootstrappy problems last I tried, but now we can simply write Complex.new(0, 1) on the RHS. jnthn++
- Loading branch information