public class DoubleCheating extends java.lang.Object implements Cheating<java.lang.Double>
Constructor and Description |
---|
DoubleCheating() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
fromDouble(double value)
Deprecated.
the whole class should not be necessary in the future, if the base-conversions are based fully on
field operations.
|
double |
toDouble(java.lang.Double value)
Deprecated.
the whole class should not be necessary in the future, if the base-conversions are based fully on
field operations.
|
@Deprecated public java.lang.Double fromDouble(double value)
fromDouble
in interface Cheating<java.lang.Double>
value
- the double value from which to construct the field element.@Deprecated public double toDouble(java.lang.Double value)