Index
All Classes|All Packages
A
- add(ComplexNumber) - Method in class com.aidano7.bison.algebra.ComplexNumber
-
Adds this and complexNumber using the static method in ComplexNumber.
- add(ComplexNumber, ComplexNumber) - Static method in class com.aidano7.bison.algebra.ComplexNumber
-
To add a complex number to another, simply add the real part, then the imaginary part.
- add(RadicalNumber) - Method in class com.aidano7.bison.algebra.RadicalNumber
-
Adds this and radicalNumber using the static method.
- add(RadicalNumber, RadicalNumber) - Static method in class com.aidano7.bison.algebra.RadicalNumber
-
Adds the two numbers if both radicands are equal.
- approximate() - Method in class com.aidano7.bison.algebra.RadicalNumber
-
Returns the approximate value of this.
All Classes|All Packages