A C D E G M P R S T

A

add(Rational) - Method in class Rational
Cree un objet contenant le resultat de la somme de that avec this

C

compareTo(Rational) - Method in class Rational
Compare deux rationnels

D

div(Rational) - Method in class Rational
Cree un objet contenant le produit de this avec that

E

equals(Rational) - Method in class Rational
 

G

getApproximateValue() - Method in class Rational
 
getDenominateur() - Method in class Rational
 
getDouble() - Method in class Rational
 
getNumerateur() - Method in class Rational
 

M

mult(Rational) - Method in class Rational
Cree un objet contenant le produit de this avec that

P

parse(String) - Static method in class Rational
Retourne un objet rationnel correspondant à la chaine specifiee

R

Rational - Class in <Unnamed>
 
Rational(int, int) - Constructor for class Rational
Cree un rationnel avec les valeurs specifiees
Rational(int) - Constructor for class Rational
Cree le rationnel n/1
Rational() - Constructor for class Rational
Cree un rationnel en choisissant aleatoirement son numerateur et son denominateur (valeur entre 1 et 99)
Rational(String) - Constructor for class Rational
Cree un rationnel specifie par une chaine de caractere

S

sub(Rational) - Method in class Rational
Cree un objet contenant le resultat

T

toString() - Method in class Rational
 

A C D E G M P R S T