void |
PreciseFixedFloatType.add(PreciseFixedFloatType v) |
void |
PreciseFixedFloatType.add(PreciseFixedFloatType a,
PreciseFixedFloatType b) |
double |
DataTypeVariableBitSignedFloat.asDouble(PreciseFixedFloatType val) |
long |
DataTypeVariableBitSignedFloat.asLong(PreciseFixedFloatType val) |
static PreciseFixedFloatType |
PreciseFixedFloatType.atan2(PreciseFixedFloatType y,
PreciseFixedFloatType x) |
void |
DataTypeVariableBitSignedFloat.cast(BigComplex val,
PreciseFixedFloatType dest) |
void |
DataTypeVariableBitSignedFloat.cast(PreciseFixedFloatType val,
BigComplex dest) |
int |
PreciseFixedFloatType.compareTo(PreciseFixedFloatType other) |
void |
PreciseFixedFloatType.div(PreciseFixedFloatType v) |
void |
PreciseFixedFloatType.div(PreciseFixedFloatType a,
PreciseFixedFloatType b) |
void |
DataTypeVariableBitSignedFloat.lowerBound(PreciseFixedFloatType dest) |
void |
PreciseFixedFloatType.mul(PreciseFixedFloatType v) |
void |
PreciseFixedFloatType.mul(PreciseFixedFloatType a,
PreciseFixedFloatType b) |
void |
PreciseFixedFloatType.pow(PreciseFixedFloatType c) |
void |
PreciseFixedFloatType.set(PreciseFixedFloatType other) |
void |
DataTypeVariableBitSignedFloat.setDouble(PreciseFixedFloatType val,
double v) |
void |
PreciseFixedComplexFloatType.setImag(PreciseFixedFloatType i) |
void |
DataTypeVariableBitSignedFloat.setLong(PreciseFixedFloatType val,
long v) |
void |
PreciseFixedComplexFloatType.setReal(PreciseFixedFloatType r) |
static PreciseFixedFloatType |
PreciseFixedFloatType.sqrt(PreciseFixedFloatType c)
Uses Newton Raphson to compute the square root of a BigDecimal.
|
void |
PreciseFixedFloatType.sub(PreciseFixedFloatType v) |
void |
PreciseFixedFloatType.sub(PreciseFixedFloatType a,
PreciseFixedFloatType b) |
void |
DataTypeVariableBitSignedFloat.upperBound(PreciseFixedFloatType dest) |
boolean |
PreciseFixedFloatType.valueEquals(PreciseFixedFloatType t) |