Skip to content

Conversation

@yaochx
Copy link

@yaochx yaochx commented Sep 1, 2017

the complex division formular is
(a + b * i) / (c + d * i) = (b * c - a * d) / (c * c + d * d)

@githublet
Copy link

(a + b * i) / (c + d * i) =(ac+bd)/(cc+dd)+(b * c - a * d)i / (c * c + d * d)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants