T - the type of elements of the fieldpublic class ExtendedFieldImpl<T> extends ExplicitFieldImpl<T> implements ExtendedField<T>
| Constructor and Description |
|---|
ExtendedFieldImpl(OrderedField<T> field,
Math<T> math,
Cheating<T> cheating) |
| Modifier and Type | Method and Description |
|---|---|
Cheating<T> |
cheating()
Deprecated.
because it shall be removed as soon as a better way to handle units (based on field elements) is
provided
|
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, zeroclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabsoluteValue, addition, additiveInversion, comparator, division, equal, greater, greaterOrEqual, less, lessOrEqual, multiplication, multiplicativeInversion, one, subtraction, two, zeropublic BinaryOperation<T> power()
ExtendedFieldpower in interface ExtendedField<T>public BinaryOperation<T> root()
root in interface ExtendedField<T>@Deprecated public Cheating<T> cheating()
cheating in interface ExtendedField<T>