Package org.apache.commons.numbers.field
Class DDField
- java.lang.Object
-
- org.apache.commons.numbers.field.AbstractField<DD>
-
- org.apache.commons.numbers.field.DDField
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DDField
get()
Get the field instance.DD
one()
Return the value of one.DD
zero()
Return the value of zero.-
Methods inherited from class org.apache.commons.numbers.field.AbstractField
add, divide, multiply, multiply, negate, reciprocal, subtract
-
-