Index
A B C D E F H M O P S T V Z
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- add(BigFraction) - Method in class BigFraction
-
This computes this + that.
B
- BigFraction - Class in <Unnamed>
-
This is a class for the creation of immutible objects that represent fractions.
- BigFraction(String, String) - Constructor for class BigFraction
-
This creates a BigFraction with the specified numerator and denominator
- BigFraction(BigInteger, BigInteger) - Constructor for class BigFraction
-
This creates a BigFraction with the specified numerator and denominator
C
- compareTo(BigFraction) - Method in class BigFraction
-
This compares this to that.
D
- divide(BigFraction) - Method in class BigFraction
-
This computes this / that.
E
- equals(Object) - Method in class BigFraction
-
This checks for equality.
F
- fractionalPart() - Method in class BigFraction
-
This finds the fractional part of this BigFraction
H
- HALF - Static variable in class BigFraction
-
This is the BigFraction 1/2.
M
- main(String[]) - Static method in class BigFraction
- multiply(BigFraction) - Method in class BigFraction
-
This computes this * that.
O
- ONE - Static variable in class BigFraction
-
This is the BigFraction 1/1.
P
- pow(int) - Method in class BigFraction
-
This raises this BigFraction to the nth power
S
- subtract(BigFraction) - Method in class BigFraction
-
This computes this - that.
T
- toString() - Method in class BigFraction
-
This gives a string representation for this BigFraction of the form num/denom.
- TWO - Static variable in class BigFraction
-
This is the BigFraction 2/1.
V
- valueOf(long, long) - Static method in class BigFraction
-
This static factory method creates a BigFraction from two specified longs.
Z
- ZERO - Static variable in class BigFraction
-
This is the BigFraction 0/1.
All Classes|All Packages