Package org.apache.commons.numbers.field
Class DDField
DD
field.- Since:
- 1.2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.numbers.field.AbstractField
add, divide, multiply, multiply, negate, reciprocal, subtract
-
Field Details
-
INSTANCE
Singleton.
-
-
Constructor Details
-
DDField
private DDField()Singleton.
-
-
Method Details
-
get
Get the field instance.- Returns:
- the field instance.
-
one
Return the value of one.- Returns:
- the field element
1
such that for alla
,1 * a == a
.
-
zero
Return the value of zero.- Returns:
- the field element
0
such that for alla
,0 + a == a
.
-