Uses of Interface
org.apfloat.spi.ApfloatImpl
-
Packages that use ApfloatImpl Package Description org.apfloat The apfloat Application Programming Interface (API).org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI).org.apfloat.spi The apfloat Service Provider Interface (SPI). -
-
Uses of ApfloatImpl in org.apfloat
Fields in org.apfloat declared as ApfloatImpl Modifier and Type Field Description private ApfloatImpl
Apfloat. impl
Methods in org.apfloat that return ApfloatImpl Modifier and Type Method Description static ApfloatImpl
ApfloatHelper. createApfloat(double value)
static ApfloatImpl
ApfloatHelper. createApfloat(double value, long precision)
static ApfloatImpl
ApfloatHelper. createApfloat(double value, long precision, int radix)
static ApfloatImpl
ApfloatHelper. createApfloat(float value)
static ApfloatImpl
ApfloatHelper. createApfloat(float value, long precision)
static ApfloatImpl
ApfloatHelper. createApfloat(float value, long precision, int radix)
static ApfloatImpl
ApfloatHelper. createApfloat(long value)
static ApfloatImpl
ApfloatHelper. createApfloat(long value, long precision)
static ApfloatImpl
ApfloatHelper. createApfloat(long value, long precision, int radix)
static ApfloatImpl
ApfloatHelper. createApfloat(java.io.PushbackReader in, boolean isInteger)
static ApfloatImpl
ApfloatHelper. createApfloat(java.io.PushbackReader in, long precision, boolean isInteger)
static ApfloatImpl
ApfloatHelper. createApfloat(java.io.PushbackReader in, long precision, int radix, boolean isInteger)
static ApfloatImpl
ApfloatHelper. createApfloat(java.lang.String value, boolean isInteger)
static ApfloatImpl
ApfloatHelper. createApfloat(java.lang.String value, long precision, boolean isInteger)
static ApfloatImpl
ApfloatHelper. createApfloat(java.lang.String value, long precision, int radix, boolean isInteger)
static ApfloatImpl
ApfloatHelper. createApfloat(java.math.BigDecimal value)
static ApfloatImpl
ApfloatHelper. createApfloat(java.math.BigDecimal value, long precision)
static ApfloatImpl
ApfloatHelper. createApfloat(java.math.BigInteger value)
static ApfloatImpl
ApfloatHelper. createApfloat(java.math.BigInteger value, long precision)
static ApfloatImpl
ApfloatHelper. createApfloat(java.math.BigInteger value, long precision, int radix)
private ApfloatImpl
Apfloat. getImpl()
protected ApfloatImpl
Apfloat. getImpl(long precision)
Returns anApfloatImpl
representing the actual instance of this apfloat up to the requested precision.protected ApfloatImpl
Apint. getImpl(long precision)
Returns anApfloatImpl
representing this apint up to the requested precision.protected ApfloatImpl
Aprational. getImpl(long precision)
Returns anApfloatImpl
representing the approximation of this aprational up to the requested precision.private static ApfloatImpl
ApfloatHelper. implCreateApfloat(double value, long precision, int radix)
private static ApfloatImpl
ApfloatHelper. implCreateApfloat(long value, long precision, int radix)
private static ApfloatImpl
ApfloatHelper. implCreateApfloat(java.io.PushbackReader in, long precision, int radix, boolean isInteger)
private static ApfloatImpl
ApfloatHelper. implCreateApfloat(java.lang.String value, long precision, int radix, boolean isInteger)
Constructors in org.apfloat with parameters of type ApfloatImpl Constructor Description Apfloat(ApfloatImpl impl)
Constructs an apfloat that is backed by the specifiedApfloatImpl
object. -
Uses of ApfloatImpl in org.apfloat.internal
Classes in org.apfloat.internal that implement ApfloatImpl Modifier and Type Class Description class
DoubleApfloatImpl
Immutable apfloat implementation class for thedouble
data element type.class
FloatApfloatImpl
Immutable apfloat implementation class for thefloat
data element type.class
IntApfloatImpl
Immutable apfloat implementation class for theint
data element type.class
LongApfloatImpl
Immutable apfloat implementation class for thelong
data element type.Methods in org.apfloat.internal that return ApfloatImpl Modifier and Type Method Description ApfloatImpl
DoubleApfloatImpl. absCeil()
ApfloatImpl
FloatApfloatImpl. absCeil()
ApfloatImpl
IntApfloatImpl. absCeil()
ApfloatImpl
LongApfloatImpl. absCeil()
ApfloatImpl
DoubleApfloatImpl. absFloor()
ApfloatImpl
FloatApfloatImpl. absFloor()
ApfloatImpl
IntApfloatImpl. absFloor()
ApfloatImpl
LongApfloatImpl. absFloor()
ApfloatImpl
DoubleApfloatImpl. addOrSubtract(ApfloatImpl x, boolean subtract)
ApfloatImpl
FloatApfloatImpl. addOrSubtract(ApfloatImpl x, boolean subtract)
ApfloatImpl
IntApfloatImpl. addOrSubtract(ApfloatImpl x, boolean subtract)
ApfloatImpl
LongApfloatImpl. addOrSubtract(ApfloatImpl x, boolean subtract)
ApfloatImpl
DoubleApfloatBuilder. createApfloat(double value, long precision, int radix)
ApfloatImpl
DoubleApfloatBuilder. createApfloat(long value, long precision, int radix)
ApfloatImpl
DoubleApfloatBuilder. createApfloat(java.io.PushbackReader in, long precision, int radix, boolean isInteger)
ApfloatImpl
DoubleApfloatBuilder. createApfloat(java.lang.String value, long precision, int radix, boolean isInteger)
ApfloatImpl
FloatApfloatBuilder. createApfloat(double value, long precision, int radix)
ApfloatImpl
FloatApfloatBuilder. createApfloat(long value, long precision, int radix)
ApfloatImpl
FloatApfloatBuilder. createApfloat(java.io.PushbackReader in, long precision, int radix, boolean isInteger)
ApfloatImpl
FloatApfloatBuilder. createApfloat(java.lang.String value, long precision, int radix, boolean isInteger)
ApfloatImpl
IntApfloatBuilder. createApfloat(double value, long precision, int radix)
ApfloatImpl
IntApfloatBuilder. createApfloat(long value, long precision, int radix)
ApfloatImpl
IntApfloatBuilder. createApfloat(java.io.PushbackReader in, long precision, int radix, boolean isInteger)
ApfloatImpl
IntApfloatBuilder. createApfloat(java.lang.String value, long precision, int radix, boolean isInteger)
ApfloatImpl
LongApfloatBuilder. createApfloat(double value, long precision, int radix)
ApfloatImpl
LongApfloatBuilder. createApfloat(long value, long precision, int radix)
ApfloatImpl
LongApfloatBuilder. createApfloat(java.io.PushbackReader in, long precision, int radix, boolean isInteger)
ApfloatImpl
LongApfloatBuilder. createApfloat(java.lang.String value, long precision, int radix, boolean isInteger)
ApfloatImpl
DoubleApfloatImpl. divideShort(ApfloatImpl x)
ApfloatImpl
FloatApfloatImpl. divideShort(ApfloatImpl x)
ApfloatImpl
IntApfloatImpl. divideShort(ApfloatImpl x)
ApfloatImpl
LongApfloatImpl. divideShort(ApfloatImpl x)
ApfloatImpl
DoubleApfloatImpl. frac()
ApfloatImpl
FloatApfloatImpl. frac()
ApfloatImpl
IntApfloatImpl. frac()
ApfloatImpl
LongApfloatImpl. frac()
ApfloatImpl
DoubleApfloatImpl. multiply(ApfloatImpl x)
ApfloatImpl
FloatApfloatImpl. multiply(ApfloatImpl x)
ApfloatImpl
IntApfloatImpl. multiply(ApfloatImpl x)
ApfloatImpl
LongApfloatImpl. multiply(ApfloatImpl x)
ApfloatImpl
DoubleApfloatImpl. negate()
ApfloatImpl
FloatApfloatImpl. negate()
ApfloatImpl
IntApfloatImpl. negate()
ApfloatImpl
LongApfloatImpl. negate()
ApfloatImpl
DoubleApfloatImpl. precision(long precision)
ApfloatImpl
FloatApfloatImpl. precision(long precision)
ApfloatImpl
IntApfloatImpl. precision(long precision)
ApfloatImpl
LongApfloatImpl. precision(long precision)
private ApfloatImpl
DoubleApfloatImpl. zero()
private ApfloatImpl
FloatApfloatImpl. zero()
private ApfloatImpl
IntApfloatImpl. zero()
private ApfloatImpl
LongApfloatImpl. zero()
Methods in org.apfloat.internal with parameters of type ApfloatImpl Modifier and Type Method Description ApfloatImpl
DoubleApfloatImpl. addOrSubtract(ApfloatImpl x, boolean subtract)
ApfloatImpl
FloatApfloatImpl. addOrSubtract(ApfloatImpl x, boolean subtract)
ApfloatImpl
IntApfloatImpl. addOrSubtract(ApfloatImpl x, boolean subtract)
ApfloatImpl
LongApfloatImpl. addOrSubtract(ApfloatImpl x, boolean subtract)
int
DoubleApfloatImpl. compareTo(ApfloatImpl x)
int
FloatApfloatImpl. compareTo(ApfloatImpl x)
int
IntApfloatImpl. compareTo(ApfloatImpl x)
int
LongApfloatImpl. compareTo(ApfloatImpl x)
ApfloatImpl
DoubleApfloatImpl. divideShort(ApfloatImpl x)
ApfloatImpl
FloatApfloatImpl. divideShort(ApfloatImpl x)
ApfloatImpl
IntApfloatImpl. divideShort(ApfloatImpl x)
ApfloatImpl
LongApfloatImpl. divideShort(ApfloatImpl x)
long
DoubleApfloatImpl. equalDigits(ApfloatImpl x)
long
FloatApfloatImpl. equalDigits(ApfloatImpl x)
long
IntApfloatImpl. equalDigits(ApfloatImpl x)
long
LongApfloatImpl. equalDigits(ApfloatImpl x)
ApfloatImpl
DoubleApfloatImpl. multiply(ApfloatImpl x)
ApfloatImpl
FloatApfloatImpl. multiply(ApfloatImpl x)
ApfloatImpl
IntApfloatImpl. multiply(ApfloatImpl x)
ApfloatImpl
LongApfloatImpl. multiply(ApfloatImpl x)
-
Uses of ApfloatImpl in org.apfloat.spi
Methods in org.apfloat.spi that return ApfloatImpl Modifier and Type Method Description ApfloatImpl
ApfloatImpl. absCeil()
Returns thisApfloatImpl
rounded away from zero.ApfloatImpl
ApfloatImpl. absFloor()
Returns thisApfloatImpl
rounded towards zero.ApfloatImpl
ApfloatImpl. addOrSubtract(ApfloatImpl x, boolean subtract)
Add or subtract anApfloatImpl
to this object.ApfloatImpl
ApfloatBuilder. createApfloat(double value, long precision, int radix)
Create a newApfloatImpl
instance from adouble
.ApfloatImpl
ApfloatBuilder. createApfloat(long value, long precision, int radix)
Create a newApfloatImpl
instance from along
.ApfloatImpl
ApfloatBuilder. createApfloat(java.io.PushbackReader in, long precision, int radix, boolean isInteger)
Create a newApfloatImpl
instance reading from a stream.ApfloatImpl
ApfloatBuilder. createApfloat(java.lang.String value, long precision, int radix, boolean isInteger)
Create a newApfloatImpl
instance from aString
.ApfloatImpl
ApfloatImpl. divideShort(ApfloatImpl x)
Divide thisApfloatImpl
by anApfloatImpl
that is "short".ApfloatImpl
ApfloatImpl. frac()
Returns the fractional part of thisApfloatImpl
.ApfloatImpl
ApfloatImpl. multiply(ApfloatImpl x)
Multiply this object by anApfloatImpl
.ApfloatImpl
ApfloatImpl. negate()
Returns thisApfloatImpl
negated.ApfloatImpl
ApfloatImpl. precision(long precision)
Returns thisApfloatImpl
with the specified precision.Methods in org.apfloat.spi with parameters of type ApfloatImpl Modifier and Type Method Description ApfloatImpl
ApfloatImpl. addOrSubtract(ApfloatImpl x, boolean subtract)
Add or subtract anApfloatImpl
to this object.int
ApfloatImpl. compareTo(ApfloatImpl x)
Compare thisApfloatImpl
and another number.ApfloatImpl
ApfloatImpl. divideShort(ApfloatImpl x)
Divide thisApfloatImpl
by anApfloatImpl
that is "short".long
ApfloatImpl. equalDigits(ApfloatImpl x)
The number of equal digits in thisApfloatImpl
and another number.ApfloatImpl
ApfloatImpl. multiply(ApfloatImpl x)
Multiply this object by anApfloatImpl
.
-