ekmett / algebra

constructive abstract algebra
http://hackage.haskell.org/package/algebra
Other
101 stars 14 forks source link

Fix complex inversion #25

Closed hseg closed 4 years ago

hseg commented 4 years ago

Inverse of complex number z is z*/|z|^2, not z/|z|^2. Fixes #17