Serialized Form
-
Package org.apache.commons.numbers.complex
-
Class org.apache.commons.numbers.complex.Complex extends Object implements Serializable
- serialVersionUID:
- 20180201L
-
Serialized Fields
-
imaginary
double imaginary
The imaginary part. -
real
double real
The real part.
-
-
-
Package org.apache.commons.numbers.core
-
Class org.apache.commons.numbers.core.DD extends Number implements Serializable
- serialVersionUID:
- 20230701L
-
Serialized Fields
-
x
double x
The high part of the double-double number. -
xx
double xx
The low part of the double-double number.
-
-
-
Package org.apache.commons.numbers.field
-
Class org.apache.commons.numbers.field.FP64 extends Number implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
double value
Value.
-
-
-
Package org.apache.commons.numbers.fraction
-
Class org.apache.commons.numbers.fraction.BigFraction extends Number implements Serializable
- serialVersionUID:
- 20190701L
-
Serialized Fields
-
denominator
BigInteger denominator
The denominator of this fraction reduced to lowest terms. -
numerator
BigInteger numerator
The numerator of this fraction reduced to lowest terms.
-
-
Class org.apache.commons.numbers.fraction.Fraction extends Number implements Serializable
- serialVersionUID:
- 20190701L
-
Serialized Fields
-
denominator
int denominator
The denominator of this fraction reduced to lowest terms. -
numerator
int numerator
The numerator of this fraction reduced to lowest terms.
-
-
-
Package org.apache.commons.numbers.quaternion
-
Class org.apache.commons.numbers.quaternion.Quaternion extends Object implements Serializable
- serialVersionUID:
- 20170118L
-
Serialized Fields
-
type
org.apache.commons.numbers.quaternion.Quaternion.Type type
For enabling specialized method implementations. -
w
double w
First component (scalar part). -
x
double x
Second component (first vector part). -
y
double y
Third component (second vector part). -
z
double z
Fourth component (third vector part).
-
-