Uses of Class
MyFractionAlgebra
-
-
Uses of MyFractionAlgebra in <Unnamed>
Methods in <Unnamed> that return MyFractionAlgebra Modifier and Type Method Description MyFractionAlgebraMyFractionAlgebra. add(MyFractionAlgebra opnd)Addsopndto this.MyFractionAlgebraMyFractionAlgebra. inv()Replaces this by its reciprocal.MyFractionAlgebraMyFractionAlgebra. mul(MyFractionAlgebra opnd)(Post)Multiplies this byopnd.MyFractionAlgebraMyFractionAlgebra. pow(int exponent)Replaces this by its power ofexponent.MyFractionAlgebraMyFractionAlgebra. setExact(boolean exact)Declares that this fraction instance is considered exact.Methods in <Unnamed> with parameters of type MyFractionAlgebra Modifier and Type Method Description MyFractionAlgebraMyFractionAlgebra. add(MyFractionAlgebra opnd)Addsopndto this.intMyFractionAlgebra. compareTo(MyFractionAlgebra other)Returns -1 ifthis < other, +1 ifother > this, else 0.MyFractionAlgebraMyFractionAlgebra. mul(MyFractionAlgebra opnd)(Post)Multiplies this byopnd.
-