Index
All Classes|All Packages
D
- divide(ComplexNumber) - Method in class com.aidano7.bison.algebra.ComplexNumber
-
Divides this and complexNumber using the static method in ComplexNumber.
- divide(ComplexNumber, ComplexNumber) - Static method in class com.aidano7.bison.algebra.ComplexNumber
-
To divide a complex number by another, the real part of the quotient is defined as (ac + bd) / (a ^ 2 + b ^ 2), and the imaginary part is (ad - cb)i / (a ^ 2 + b ^ 2).
All Classes|All Packages