public final class FractionField extends AbstractField<Fraction>
Fraction field.| Modifier and Type | Method and Description |
|---|---|
static FractionField |
get() |
Fraction |
one() |
Fraction |
zero() |
add, divide, multiply, multiply, negate, reciprocal, subtractpublic static FractionField get()
public Fraction one()
1 such that for all a,
1 * a == a.public Fraction zero()
0 such that for all a,
0 + a == a.Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.