Index
A B C D E H M N O P S T V Z
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- abs() - Method in class BigFraction
-
This computes the absolute value of a BigFraction as a BigFraction.
- add(BigFraction) - Method in class BigFraction
-
This computes this + that.
B
- BigFraction - Class in <Unnamed>
-
This is a class for the performance of extended-precision rational arithmetic.
- BigFraction(String, String) - Constructor for class BigFraction
-
This constructor creates the BigFraction num/denom.
- BigFraction(BigInteger, BigInteger) - Constructor for class BigFraction
-
This constructor creates the BigFraction num/denom.
- bigIntegerValue() - Method in class BigFraction
-
This computes the integer part of this BigFraction, truncating toward zero.
C
- compareTo(BigFraction) - Method in class BigFraction
-
This method retursn a negative integer if this < that, a positive integer if this > that, and zero if this equals that.
D
- divide(BigFraction) - Method in class BigFraction
-
This computes this / that.
- doubleValue() - Method in class BigFraction
E
- equals(Object) - Method in class BigFraction
-
This tests fractions for numerical equality.
H
- HALF - Static variable in class BigFraction
-
This is the BigFraction 1/2.
- harmonic(int) - Static method in class BigFraction
M
- main(String[]) - Static method in class BigFraction
- max(BigFraction) - Method in class BigFraction
- min(BigFraction) - Method in class BigFraction
- multiply(BigFraction) - Method in class BigFraction
-
This computes this * that.
N
- negate() - Method in class BigFraction
-
This returns a new BigFraction represeting -this.
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 this - that.
T
- toString() - Method in class BigFraction
-
This makes a string representation of the form num/denom.
V
- valueOf(long, long) - Static method in class BigFraction
-
This static factory method creates a BigFraction from two longs.
Z
- ZERO - Static variable in class BigFraction
-
This is the BigFraction 0/1.
All Classes|All Packages