- abs() - Method in class com.mvohm.quadruple.Quadruple
-
Returns a new instance of Quadruple
with the value of the absolute value of this instance
- abs() - Method in class com.mvohm.quadruple.Quadruple
-
Returns a new instance of Quadruple
with the value of the absolute value of this instance
- add(Quadruple) - Method in class com.mvohm.quadruple.Quadruple
-
Adds the value of the given Quadruple
summand to the value of this Quadruple.
- add(long) - Method in class com.mvohm.quadruple.Quadruple
-
Adds the value of the given long
summand to the value of this Quadruple.
- add(double) - Method in class com.mvohm.quadruple.Quadruple
-
Adds the value of the given double
summand to the value of this Quadruple.
- add(Quadruple, Quadruple) - Static method in class com.mvohm.quadruple.Quadruple
-
Adds the value of the given Quadruple op2
to the value of Quadruple op1
and creates a new instance of Quadruple containing the sum.
- add(Quadruple, long) - Static method in class com.mvohm.quadruple.Quadruple
-
Adds the value of the given long op2
to the value of Quadruple op1
and creates a new instance of Quadruple containing the sum.
- add(Quadruple, double) - Static method in class com.mvohm.quadruple.Quadruple
-
Adds the value of the given double op2
to the value of Quadruple op1
and creates a new instance of Quadruple containing the sum.
- add(Quadruple) - Method in class com.mvohm.quadruple.Quadruple
-
Adds the value of the given Quadruple
summand to the value of this Quadruple.
- add(long) - Method in class com.mvohm.quadruple.Quadruple
-
Adds the value of the given long
summand to the value of this Quadruple.
- add(double) - Method in class com.mvohm.quadruple.Quadruple
-
Adds the value of the given double
summand to the value of this Quadruple.
- add(Quadruple, Quadruple) - Static method in class com.mvohm.quadruple.Quadruple
-
Adds the value of the given Quadruple op2
to the value of Quadruple op1
and creates a new instance of Quadruple containing the sum.
- add(Quadruple, long) - Static method in class com.mvohm.quadruple.Quadruple
-
Adds the value of the given long op2
to the value of Quadruple op1
and creates a new instance of Quadruple containing the sum.
- add(Quadruple, double) - Static method in class com.mvohm.quadruple.Quadruple
-
Adds the value of the given double op2
to the value of Quadruple op1
and creates a new instance of Quadruple containing the sum.
- assign(Quadruple) - Method in class com.mvohm.quadruple.Quadruple
-
Assigns the given value to the instance (copies the values of the private fields of the parameter
to the respective fields of this instance).
- assign(double) - Method in class com.mvohm.quadruple.Quadruple
-
Converts the given value to quadruple and assigns it to the instance.
- assign(long) - Method in class com.mvohm.quadruple.Quadruple
-
Converts the given value to quadruple and assigns it to the instance.
- assign(String) - Method in class com.mvohm.quadruple.Quadruple
-
Parses the given String that is expected to contain
floating-point value in any conventional string form or a string designation
of one of special values, and assigns the corresponding value to the instance.
- assign(BigDecimal) - Method in class com.mvohm.quadruple.Quadruple
-
Converts the given value to Quadruple
, and assigns it to the instance.
- assign(boolean, int, long, long) - Method in class com.mvohm.quadruple.Quadruple
-
Builds a Quadruple value from the given low-level parts and assigns it to the instance.
- assign(int, long, long) - Method in class com.mvohm.quadruple.Quadruple
-
Builds a non-negative Quadruple value from the given low-level parts and assigns it to the instance.
- assign(long[]) - Method in class com.mvohm.quadruple.Quadruple
-
Builds a Quadruple from the low-level parts given as an array of long
.
- assign(Quadruple) - Method in class com.mvohm.quadruple.Quadruple
-
Assigns the given value to the instance (copies the values of the private fields of the parameter
to the respective fields of this instance).
- assign(double) - Method in class com.mvohm.quadruple.Quadruple
-
Converts the given value to quadruple and assigns it to the instance.
- assign(long) - Method in class com.mvohm.quadruple.Quadruple
-
Converts the given value to quadruple and assigns it to the instance.
- assign(String) - Method in class com.mvohm.quadruple.Quadruple
-
Parses the given String that is expected to contain
floating-point value in any conventional string form or a string designation
of one of special values, and assigns the corresponding value to the instance.
- assign(BigDecimal) - Method in class com.mvohm.quadruple.Quadruple
-
Converts the given value to Quadruple
, and assigns it to the instance.
- assign(boolean, int, long, long) - Method in class com.mvohm.quadruple.Quadruple
-
Builds a Quadruple value from the given low-level parts and assigns it to the instance.
- assign(int, long, long) - Method in class com.mvohm.quadruple.Quadruple
-
Builds a non-negative Quadruple value from the given low-level parts and assigns it to the instance.
- assign(long[]) - Method in class com.mvohm.quadruple.Quadruple
-
Builds a Quadruple from the low-level parts given as an array of long
.
- assignIeee754(long[]) - Method in class com.mvohm.quadruple.Quadruple
-
Assigns the value of a IEEE-754 quadruple value passed in as an array
of two long
s containing the 128 bits of the IEEE-754 quadruple to the given instance.
- assignIeee754(byte[]) - Method in class com.mvohm.quadruple.Quadruple
-
Assigns the value of a IEEE-754 quadruple value passed in as an array
of 16 byte
s containing the 128 bits of the IEEE-754 quadruple to the given instance.
- assignIeee754(long[]) - Method in class com.mvohm.quadruple.Quadruple
-
Assigns the value of a IEEE-754 quadruple value passed in as an array
of two long
s containing the 128 bits of the IEEE-754 quadruple to the given instance.
- assignIeee754(byte[]) - Method in class com.mvohm.quadruple.Quadruple
-
Assigns the value of a IEEE-754 quadruple value passed in as an array
of 16 byte
s containing the 128 bits of the IEEE-754 quadruple to the given instance.
- assignMax(Quadruple) - Method in class com.mvohm.quadruple.Quadruple
-
Assigns to this instance the maximum of the
values of this
instance and the operand.
- assignMax(Quadruple) - Method in class com.mvohm.quadruple.Quadruple
-
Assigns to this instance the maximum of the
values of this
instance and the operand.
- assignMin(Quadruple) - Method in class com.mvohm.quadruple.Quadruple
-
Assigns to this instance the minimum of the
values of this
instance and the operand.
- assignMin(Quadruple) - Method in class com.mvohm.quadruple.Quadruple
-
Assigns to this instance the minimum of the
values of this
instance and the operand.
- assignNaN() - Method in class com.mvohm.quadruple.Quadruple
-
Assigns the value of "Not a Number" (NaN
) to this instance.
- assignNaN() - Method in class com.mvohm.quadruple.Quadruple
-
Assigns the value of "Not a Number" (NaN
) to this instance.
- assignNegativeInfinity() - Method in class com.mvohm.quadruple.Quadruple
-
Assigns the value of -Infinity
to this instance.
- assignNegativeInfinity() - Method in class com.mvohm.quadruple.Quadruple
-
Assigns the value of -Infinity
to this instance.
- assignPositiveInfinity() - Method in class com.mvohm.quadruple.Quadruple
-
Assigns the value of +Infinity
to this instance.
- assignPositiveInfinity() - Method in class com.mvohm.quadruple.Quadruple
-
Assigns the value of +Infinity
to this instance.
- assignWithUnbiasedExponent(boolean, int, long, long) - Method in class com.mvohm.quadruple.Quadruple
-
Builds a Quadruple value from the given low-level parts and assigns it to the instance.
- assignWithUnbiasedExponent(int, long, long) - Method in class com.mvohm.quadruple.Quadruple
-
Builds a non-negative Quadruple value from the given low-level parts and assigns it to the instance.
- assignWithUnbiasedExponent(boolean, int, long, long) - Method in class com.mvohm.quadruple.Quadruple
-
Builds a Quadruple value from the given low-level parts and assigns it to the instance.
- assignWithUnbiasedExponent(int, long, long) - Method in class com.mvohm.quadruple.Quadruple
-
Builds a non-negative Quadruple value from the given low-level parts and assigns it to the instance.
- divide(Quadruple) - Method in class com.mvohm.quadruple.Quadruple
-
Divides the value of this Quadruple by the value of the given Quadruple
divisor.
- divide(long) - Method in class com.mvohm.quadruple.Quadruple
-
Divides the value of this Quadruple by the value of the given long
divisor.
- divide(double) - Method in class com.mvohm.quadruple.Quadruple
-
Divides the value of this Quadruple by the value of the given double
divisor.
- divide(Quadruple, Quadruple) - Static method in class com.mvohm.quadruple.Quadruple
-
Divides the value of the given dividend by the value of the given Quadruple
divisor,
creates and returns a new instance of Quadruple containing the quotient.
- divide(Quadruple, long) - Static method in class com.mvohm.quadruple.Quadruple
-
Divides the value of the given dividend by the value of the given long
divisor,
creates and returns a new instance of Quadruple containing the quotient.
- divide(Quadruple, double) - Static method in class com.mvohm.quadruple.Quadruple
-
Divides the value of the given dividend by the value of the given double
divisor,
creates and returns a new instance of Quadruple containing the quotient.
- divide(Quadruple) - Method in class com.mvohm.quadruple.Quadruple
-
Divides the value of this Quadruple by the value of the given Quadruple
divisor.
- divide(long) - Method in class com.mvohm.quadruple.Quadruple
-
Divides the value of this Quadruple by the value of the given long
divisor.
- divide(double) - Method in class com.mvohm.quadruple.Quadruple
-
Divides the value of this Quadruple by the value of the given double
divisor.
- divide(Quadruple, Quadruple) - Static method in class com.mvohm.quadruple.Quadruple
-
Divides the value of the given dividend by the value of the given Quadruple
divisor,
creates and returns a new instance of Quadruple containing the quotient.
- divide(Quadruple, long) - Static method in class com.mvohm.quadruple.Quadruple
-
Divides the value of the given dividend by the value of the given long
divisor,
creates and returns a new instance of Quadruple containing the quotient.
- divide(Quadruple, double) - Static method in class com.mvohm.quadruple.Quadruple
-
Divides the value of the given dividend by the value of the given double
divisor,
creates and returns a new instance of Quadruple containing the quotient.
- doubleValue() - Method in class com.mvohm.quadruple.Quadruple
-
Converts the value of this Quadruple
to a double
value in a way
similar to standard narrowing conversions (e.g., from double
to float
).
- doubleValue() - Method in class com.mvohm.quadruple.Quadruple
-
Converts the value of this Quadruple
to a double
value in a way
similar to standard narrowing conversions (e.g., from double
to float
).
- equals(Object) - Method in class com.mvohm.quadruple.Quadruple
-
Indicates whether the other Quadruple
is equal to this one.
- equals(Object) - Method in class com.mvohm.quadruple.Quadruple
-
Indicates whether the other Quadruple
is equal to this one.
- EXP_INF - Static variable in class com.mvohm.quadruple.Quadruple
-
Deprecated.
- EXP_INF - Static variable in class com.mvohm.quadruple.Quadruple
-
Deprecated.
- EXP_MAX - Static variable in class com.mvohm.quadruple.Quadruple
-
Deprecated.
- EXP_MAX - Static variable in class com.mvohm.quadruple.Quadruple
-
Deprecated.
- EXP_MIN - Static variable in class com.mvohm.quadruple.Quadruple
-
Deprecated.
- EXP_MIN - Static variable in class com.mvohm.quadruple.Quadruple
-
Deprecated.
- EXP_OF_ONE - Static variable in class com.mvohm.quadruple.Quadruple
-
Deprecated.
- EXP_OF_ONE - Static variable in class com.mvohm.quadruple.Quadruple
-
Deprecated.
- EXP_SUB - Static variable in class com.mvohm.quadruple.Quadruple
-
Deprecated.
- EXP_SUB - Static variable in class com.mvohm.quadruple.Quadruple
-
Deprecated.
- exponent() - Method in class com.mvohm.quadruple.Quadruple
-
Returns the raw (biased) value of the binary exponent of the value
i. e. 0x7FFF_FFFF for values falling within the interval of [1.0 .. 2.0)
, 0x8000_0000 for [2.0 .. 4.0)
etc.
- exponent() - Method in class com.mvohm.quadruple.Quadruple
-
Returns the raw (biased) value of the binary exponent of the value
i. e. 0x7FFF_FFFF for values falling within the interval of [1.0 .. 2.0)
, 0x8000_0000 for [2.0 .. 4.0)
etc.
- EXPONENT_BIAS - Static variable in class com.mvohm.quadruple.Quadruple
-
The value of the exponent (biased) corresponding to
1.0 == 2^0
;
equals to 2_147_483_647 (
0x7FFF_FFFF
)
The same as
EXPONENT_OF_ONE
- EXPONENT_BIAS - Static variable in class com.mvohm.quadruple.Quadruple
-
The value of the exponent (biased) corresponding to
1.0 == 2^0
;
equals to 2_147_483_647 (
0x7FFF_FFFF
)
The same as
EXPONENT_OF_ONE
- EXPONENT_OF_INFINITY - Static variable in class com.mvohm.quadruple.Quadruple
-
The value of the exponent (biased), corresponding to Infinity
,
_Infinty
, and NaN
;
equals to -1 (0xFFFF_FFFF
)
- EXPONENT_OF_INFINITY - Static variable in class com.mvohm.quadruple.Quadruple
-
The value of the exponent (biased), corresponding to Infinity
,
_Infinty
, and NaN
;
equals to -1 (0xFFFF_FFFF
)
- EXPONENT_OF_MAX_VALUE - Static variable in class com.mvohm.quadruple.Quadruple
-
The value of the exponent (biased), corresponding to MAX_VALUE
;
equals to 4_294_967_294L (0xFFFF_FFFEL
)
- EXPONENT_OF_MAX_VALUE - Static variable in class com.mvohm.quadruple.Quadruple
-
The value of the exponent (biased), corresponding to MAX_VALUE
;
equals to 4_294_967_294L (0xFFFF_FFFEL
)
- EXPONENT_OF_MIN_NORMAL - Static variable in class com.mvohm.quadruple.Quadruple
-
The value of the exponent (biased) corresponding to MIN_NORMAL
; equals to 1
- EXPONENT_OF_MIN_NORMAL - Static variable in class com.mvohm.quadruple.Quadruple
-
The value of the exponent (biased) corresponding to MIN_NORMAL
; equals to 1
- EXPONENT_OF_ONE - Static variable in class com.mvohm.quadruple.Quadruple
-
The value of the exponent (biased) corresponding to 1.0 == 2^0
;
equals to 2_147_483_647 (0x7FFF_FFFF
).
- EXPONENT_OF_ONE - Static variable in class com.mvohm.quadruple.Quadruple
-
The value of the exponent (biased) corresponding to 1.0 == 2^0
;
equals to 2_147_483_647 (0x7FFF_FFFF
).
- EXPONENT_OF_SUBNORMAL - Static variable in class com.mvohm.quadruple.Quadruple
-
The value of the exponent (biased) corresponding to subnormal values; equals to 0
- EXPONENT_OF_SUBNORMAL - Static variable in class com.mvohm.quadruple.Quadruple
-
The value of the exponent (biased) corresponding to subnormal values; equals to 0
- mantHi() - Method in class com.mvohm.quadruple.Quadruple
-
Returns the most significant 64 bits of the fractional part of the mantissa.
- mantHi() - Method in class com.mvohm.quadruple.Quadruple
-
Returns the most significant 64 bits of the fractional part of the mantissa.
- mantLo() - Method in class com.mvohm.quadruple.Quadruple
-
Returns the least significant 64 bits of the fractional part of the mantissa
- mantLo() - Method in class com.mvohm.quadruple.Quadruple
-
Returns the least significant 64 bits of the fractional part of the mantissa
- max(Quadruple, Quadruple) - Static method in class com.mvohm.quadruple.Quadruple
-
Returns a new instance of Quadruple
with the value of the
maximum of the values of the operands.
- max(Quadruple, Quadruple) - Static method in class com.mvohm.quadruple.Quadruple
-
Returns a new instance of Quadruple
with the value of the
maximum of the values of the operands.
- maxValue() - Static method in class com.mvohm.quadruple.Quadruple
-
Returns a new Quadruple
instance with the value of MAX_VALUE
(2^2147483647 * (2 - 2^-128)
= 1.76161305168396335320749314979184028566452310e+646456993)
- maxValue() - Static method in class com.mvohm.quadruple.Quadruple
-
Returns a new Quadruple
instance with the value of MAX_VALUE
(2^2147483647 * (2 - 2^-128)
= 1.76161305168396335320749314979184028566452310e+646456993)
- min(Quadruple, Quadruple) - Static method in class com.mvohm.quadruple.Quadruple
-
Returns a new instance of Quadruple
with the value of the
minimum of the values of the operands.
- min(Quadruple, Quadruple) - Static method in class com.mvohm.quadruple.Quadruple
-
Returns a new instance of Quadruple
with the value of the
minimum of the values of the operands.
- minNormal() - Static method in class com.mvohm.quadruple.Quadruple
-
Returns a new Quadruple
instance with the value of MIN_NORMAL
(2^-2147483646
= 2.27064621040149253752656726517958758124747730e-646456993)
- minNormal() - Static method in class com.mvohm.quadruple.Quadruple
-
Returns a new Quadruple
instance with the value of MIN_NORMAL
(2^-2147483646
= 2.27064621040149253752656726517958758124747730e-646456993)
- minValue() - Static method in class com.mvohm.quadruple.Quadruple
-
Returns a new Quadruple
instance with the value of MIN_VALUE
(2^-2147483774
= 6.67282948260747430814835377499134611597699952e-646457032)
- minValue() - Static method in class com.mvohm.quadruple.Quadruple
-
Returns a new Quadruple
instance with the value of MIN_VALUE
(2^-2147483774
= 6.67282948260747430814835377499134611597699952e-646457032)
- multiply(Quadruple) - Method in class com.mvohm.quadruple.Quadruple
-
Multiplies the value of this Quadruple by the value of the given Quadruple
factor.
- multiply(long) - Method in class com.mvohm.quadruple.Quadruple
-
Multiplies the value of this Quadruple by the value of the given long
factor.
- multiply(double) - Method in class com.mvohm.quadruple.Quadruple
-
Multiplies the value of this Quadruple by the value of the given double
factor.
- multiply(Quadruple, Quadruple) - Static method in class com.mvohm.quadruple.Quadruple
-
Multiplies the value of the given Quadruple factor1
by the Quadruple factor2
,
creates and returns a new instance of Quadruple containing the product.
- multiply(Quadruple, long) - Static method in class com.mvohm.quadruple.Quadruple
-
Multiplies the value of the given Quadruple factor1
by the long factor2
,
creates and returns a new instance of Quadruple containing the product.
- multiply(Quadruple, double) - Static method in class com.mvohm.quadruple.Quadruple
-
Multiplies the value of the given Quadruple factor1
by the double factor2
,
creates and returns a new instance of Quadruple containing the product.
- multiply(Quadruple) - Method in class com.mvohm.quadruple.Quadruple
-
Multiplies the value of this Quadruple by the value of the given Quadruple
factor.
- multiply(long) - Method in class com.mvohm.quadruple.Quadruple
-
Multiplies the value of this Quadruple by the value of the given long
factor.
- multiply(double) - Method in class com.mvohm.quadruple.Quadruple
-
Multiplies the value of this Quadruple by the value of the given double
factor.
- multiply(Quadruple, Quadruple) - Static method in class com.mvohm.quadruple.Quadruple
-
Multiplies the value of the given Quadruple factor1
by the Quadruple factor2
,
creates and returns a new instance of Quadruple containing the product.
- multiply(Quadruple, long) - Static method in class com.mvohm.quadruple.Quadruple
-
Multiplies the value of the given Quadruple factor1
by the long factor2
,
creates and returns a new instance of Quadruple containing the product.
- multiply(Quadruple, double) - Static method in class com.mvohm.quadruple.Quadruple
-
Multiplies the value of the given Quadruple factor1
by the double factor2
,
creates and returns a new instance of Quadruple containing the product.
- Quadruple - Class in com.mvohm.quadruple
-
A floating-point number with a 128-bit fractional part of the mantissa and 32-bit
exponent.
- Quadruple - Class in com.mvohm.quadruple
-
A floating-point number with a 128-bit fractional part of the mantissa and 32-bit
exponent.
- Quadruple() - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new instance of Quadruple
with value 0.0
- Quadruple(Quadruple) - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new Quadruple
instance with the value of the given Quadruple
instance.
- Quadruple(double) - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new Quadruple
instance with the given double
value.
- Quadruple(long) - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new Quadruple
with the given long
value.
- Quadruple(String) - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new Quadruple
with the value represented by the given String
.
- Quadruple(BigDecimal) - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new Quadruple
with the value of the given BigDecimal
instance.
- Quadruple(boolean, int, long, long) - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new Quadruple
built from the given parts.
- Quadruple(int, long, long) - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new Quadruple
with a positive value built from the given parts.
- Quadruple() - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new instance of Quadruple
with value 0.0
- Quadruple(Quadruple) - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new Quadruple
instance with the value of the given Quadruple
instance.
- Quadruple(double) - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new Quadruple
instance with the given double
value.
- Quadruple(long) - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new Quadruple
with the given long
value.
- Quadruple(String) - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new Quadruple
with the value represented by the given String
.
- Quadruple(BigDecimal) - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new Quadruple
with the value of the given BigDecimal
instance.
- Quadruple(boolean, int, long, long) - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new Quadruple
built from the given parts.
- Quadruple(int, long, long) - Constructor for class com.mvohm.quadruple.Quadruple
-
Creates a new Quadruple
with a positive value built from the given parts.
- signum() - Method in class com.mvohm.quadruple.Quadruple
-
Returns 1 for positive values, -1 for negative values (including -0), and 0 for the positive zero value
- signum() - Method in class com.mvohm.quadruple.Quadruple
-
Returns 1 for positive values, -1 for negative values (including -0), and 0 for the positive zero value
- sqrt() - Method in class com.mvohm.quadruple.Quadruple
-
Computes a square root of the value of this Quadruple
and replaces the old value of this instance with the newly-computed value.
- sqrt(Quadruple) - Static method in class com.mvohm.quadruple.Quadruple
-
Computes a square root of the value of the given Quadruple
,
creates and returns a new instance of Quadruple containing the value of the square root.
- sqrt() - Method in class com.mvohm.quadruple.Quadruple
-
Computes a square root of the value of this Quadruple
and replaces the old value of this instance with the newly-computed value.
- sqrt(Quadruple) - Static method in class com.mvohm.quadruple.Quadruple
-
Computes a square root of the value of the given Quadruple
,
creates and returns a new instance of Quadruple containing the value of the square root.
- subtract(Quadruple) - Method in class com.mvohm.quadruple.Quadruple
-
Subtracts the value of the given Quadruple
subtrahend from the value of this Quadruple.
- subtract(long) - Method in class com.mvohm.quadruple.Quadruple
-
Subtracts the value of the given long
subtrahend from the value of this Quadruple.
- subtract(double) - Method in class com.mvohm.quadruple.Quadruple
-
Subtracts the value of the given double
subtrahend from the value of this Quadruple.
- subtract(Quadruple, Quadruple) - Static method in class com.mvohm.quadruple.Quadruple
-
Subtracts the value of the Quadruple
subtrahend
from the value of the minuend
,
creates and returns a new instance of Quadruple that contains the difference.
- subtract(Quadruple, long) - Static method in class com.mvohm.quadruple.Quadruple
-
Subtracts the value of the long
subtrahend
from the value of the minuend
,
creates and returns a new instance of Quadruple that contains the difference.
- subtract(Quadruple, double) - Static method in class com.mvohm.quadruple.Quadruple
-
Subtracts the value of the double
subtrahend
from the value of the minuend
,
creates and returns a new instance of Quadruple that contains the difference.
- subtract(Quadruple) - Method in class com.mvohm.quadruple.Quadruple
-
Subtracts the value of the given Quadruple
subtrahend from the value of this Quadruple.
- subtract(long) - Method in class com.mvohm.quadruple.Quadruple
-
Subtracts the value of the given long
subtrahend from the value of this Quadruple.
- subtract(double) - Method in class com.mvohm.quadruple.Quadruple
-
Subtracts the value of the given double
subtrahend from the value of this Quadruple.
- subtract(Quadruple, Quadruple) - Static method in class com.mvohm.quadruple.Quadruple
-
Subtracts the value of the Quadruple
subtrahend
from the value of the minuend
,
creates and returns a new instance of Quadruple that contains the difference.
- subtract(Quadruple, long) - Static method in class com.mvohm.quadruple.Quadruple
-
Subtracts the value of the long
subtrahend
from the value of the minuend
,
creates and returns a new instance of Quadruple that contains the difference.
- subtract(Quadruple, double) - Static method in class com.mvohm.quadruple.Quadruple
-
Subtracts the value of the double
subtrahend
from the value of the minuend
,
creates and returns a new instance of Quadruple that contains the difference.
- ten() - Static method in class com.mvohm.quadruple.Quadruple
-
Returns a new Quadruple
instance with the value of 10.0.
- ten() - Static method in class com.mvohm.quadruple.Quadruple
-
Returns a new Quadruple
instance with the value of 10.0.
- toHexString() - Method in class com.mvohm.quadruple.Quadruple
-
Returns a String
containing a hexadecimal representation
of the instance's value, consisting of sign, two 64-bit words of mantissa, and
exponent preceded by letter 'e', with '_' separating the tetrads of hexadecimal digits.
- toHexString() - Method in class com.mvohm.quadruple.Quadruple
-
Returns a String
containing a hexadecimal representation
of the instance's value, consisting of sign, two 64-bit words of mantissa, and
exponent preceded by letter 'e', with '_' separating the tetrads of hexadecimal digits.
- toIeee754Bytes() - Method in class com.mvohm.quadruple.Quadruple
-
Returns the 128 bits of an IEEE-754 quadruple precision number nearest to the value
of this
instance as an array of 16 byte
s, containing a physical representation
of the standard IEEE-754 quadruple-precision floating-point number.
- toIeee754Bytes() - Method in class com.mvohm.quadruple.Quadruple
-
Returns the 128 bits of an IEEE-754 quadruple precision number nearest to the value
of this
instance as an array of 16 byte
s, containing a physical representation
of the standard IEEE-754 quadruple-precision floating-point number.
- toIeee754Longs() - Method in class com.mvohm.quadruple.Quadruple
-
Returns the 128 bits of an IEEE-754 quadruple precision number nearest to the value
of this
instance as an array of two long
s, containing a physical representation
of the standard IEEE-754 quadruple-precision floating-point number.
- toIeee754Longs() - Method in class com.mvohm.quadruple.Quadruple
-
Returns the 128 bits of an IEEE-754 quadruple precision number nearest to the value
of this
instance as an array of two long
s, containing a physical representation
of the standard IEEE-754 quadruple-precision floating-point number.
- toLongWords() - Method in class com.mvohm.quadruple.Quadruple
-
Returns the fields of the instance that make up it's value as
an array of long
s.
- toLongWords() - Method in class com.mvohm.quadruple.Quadruple
-
Returns the fields of the instance that make up it's value as
an array of long
s.
- toString() - Method in class com.mvohm.quadruple.Quadruple
-
Returns a decimal string representation of the value of this Quadruple
in a scientific (exponential) notation, rounded to 43 digits after point.
- toString() - Method in class com.mvohm.quadruple.Quadruple
-
Returns a decimal string representation of the value of this Quadruple
in a scientific (exponential) notation, rounded to 43 digits after point.
- two() - Static method in class com.mvohm.quadruple.Quadruple
-
Returns a new Quadruple
instance with the value of 2.0.
- two() - Static method in class com.mvohm.quadruple.Quadruple
-
Returns a new Quadruple
instance with the value of 2.0.