Package | Description |
---|---|
es.ulpgc.junit4vpl.examples |
Modifier and Type | Method and Description |
---|---|
Fraction |
Fraction.multiply(Fraction f)
Multiply two fractions, the this with the f parameter
|
Fraction |
Fraction.sum(Fraction f)
Sum two fractions, the this with the f parameter
|
Modifier and Type | Method and Description |
---|---|
Fraction |
Fraction.multiply(Fraction f)
Multiply two fractions, the this with the f parameter
|
Fraction |
Fraction.sum(Fraction f)
Sum two fractions, the this with the f parameter
|