Index
All Classes|All Packages
M
- main(String[]) - Static method in class com.aidano7.Main
-
The main function for Bison.
- Main - Class in com.aidano7
- Main() - Constructor for class com.aidano7.Main
- multiply(ComplexNumber) - Method in class com.aidano7.bison.algebra.ComplexNumber
-
Multiplies this and complexNumber using the static method in ComplexNumber.
- multiply(ComplexNumber, ComplexNumber) - Static method in class com.aidano7.bison.algebra.ComplexNumber
-
To multiply a complex number by another, the equation ac + adi + bci + bdi ^ 2 is used.
- multiply(RadicalNumber) - Method in class com.aidano7.bison.algebra.RadicalNumber
-
Multiplies this and radicalNumber using the static method.
- multiply(RadicalNumber, RadicalNumber) - Static method in class com.aidano7.bison.algebra.RadicalNumber
-
Multiplies the two numbers.
All Classes|All Packages