| Package | Description |
|---|---|
| org.jscience.mathematics.number |
Provides common types of numbers most of them implementing the
field interface. |
| org.jscience.mathematics.vector |
| Class and Description |
|---|
| Complex
This class represents an immutable complex number.
|
| Float64
This class represents a 64 bits floating point number.
|
| FloatingPoint
This class represents a floating point number of arbitrary precision.
|
| Integer64
This class represents a 64 bits integer number.
|
| LargeInteger
This class represents an immutable integer number of arbitrary size.
|
| ModuloInteger
This class represents a modulo integer.
|
| Number
This class represents a
value-type
number. |
| Rational
This class represents the ratio of two
LargeInteger numbers. |
| Real
This class represents a real number of arbitrary precision with
known/guaranteed uncertainty.
|
| Class and Description |
|---|
| Complex
This class represents an immutable complex number.
|
| Float64
This class represents a 64 bits floating point number.
|