T
- the type of the field elementspublic interface ExtendedField<T> extends ExplicitField<T>
Modifier and Type | Method and Description |
---|---|
Cheating<T> |
cheating()
Deprecated.
Will be removed, as soon as a base-treatment framework, purely based on fields is in place.
|
BinaryOperation<T> |
power()
Has to return the operation for a^b, for a being the left operator, b being the right one.
|
BinaryOperation<T> |
root() |
absoluteValue, addition, additiveInversion, comparator, division, equal, greater, greaterOrEqual, less, lessOrEqual, multiplication, multiplicativeInversion, one, subtraction, two, zero
BinaryOperation<T> power()
BinaryOperation<T> root()
@Deprecated Cheating<T> cheating()