haskell-trash/complexnums
2018-12-16 21:39:31 -08:00
..
app Initial commit. 2018-12-16 07:33:17 -08:00
src Fix regular expression. 2018-12-16 21:39:31 -08:00
test Initial commit. 2018-12-16 07:33:17 -08:00
.gitignore Initial commit. 2018-12-16 07:33:17 -08:00
ChangeLog.md Initial commit. 2018-12-16 07:33:17 -08:00
LICENSE Initial commit. 2018-12-16 07:33:17 -08:00
package.yaml Fix regular expression. 2018-12-16 21:39:31 -08:00
README.md Added README. Modify output of complexnums. 2018-12-16 07:42:08 -08:00
Setup.hs Initial commit. 2018-12-16 07:33:17 -08:00
stack.yaml Initial commit. 2018-12-16 07:33:17 -08:00

complexnums

Take two complex numbers of the form a+bi, then multiply them and add them.