Index

A B C D E H M O P S T V Z 
All Classes and Interfaces|All Packages

A

add(BigFraction) - Method in class BigFraction
This computes the sum of two BigFractions.

B

BigFraction - Class in Unnamed Package
This is a a class of immutible extended-precision rational numbers.
BigFraction() - Constructor for class BigFraction
This no-args constructor creates the BigFraction 0/1.
BigFraction(BigInteger) - Constructor for class BigFraction
This creates the BigFraction num/1.
BigFraction(BigInteger, BigInteger) - Constructor for class BigFraction
This is a general-purpose constructor that creates a BigFraction from a specified numerator denominator.

C

compareTo(BigFraction) - Method in class BigFraction
This compares this BigFraction to the BigFraction that.

D

divide(BigFraction) - Method in class BigFraction
This computes the quotient of two BigFractions.

E

equals(Object) - Method in class BigFraction
This returns true when o is a BigFraction numerically equal to this BigFraction.

H

HALF - Static variable in class BigFraction
This is the BigFraction 1/2.

M

main(String[]) - Static method in class BigFraction
Test code goes in here
multiply(BigFraction) - Method in class BigFraction
This computes the product of two BigFractions.

O

ONE - Static variable in class BigFraction
This is the BigFraction 1/1.

P

pow(int) - Method in class BigFraction
This computes thisn.

S

subtract(BigFraction) - Method in class BigFraction
This computes the difference of two BigFractions.

T

toString() - Method in class BigFraction
This gives a string representation of the form num/denom.

V

valueOf(long, long) - Static method in class BigFraction
This static factory method produces a BigFraction with specified numerator and denominator that are longs.

Z

ZERO - Static variable in class BigFraction
This is the BigFraction 0/1.
A B C D E H M O P S T V Z 
All Classes and Interfaces|All Packages