| Package | Description |
|---|---|
| org.jscience.mathematics.number |
Provides common types of numbers most of them implementing the
field interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
Number<T extends Number<T>>
This class represents a
value-type
number. |
| Modifier and Type | Class and Description |
|---|---|
class |
Complex
This class represents an immutable complex number.
|
class |
Float64
This class represents a 64 bits floating point number.
|
class |
FloatingPoint
This class represents a floating point number of arbitrary precision.
|
class |
Integer64
This class represents a 64 bits integer number.
|
class |
LargeInteger
This class represents an immutable integer number of arbitrary size.
|
class |
ModuloInteger
This class represents a modulo integer.
|
class |
Rational
This class represents the ratio of two
LargeInteger numbers. |
class |
Real
This class represents a real number of arbitrary precision with
known/guaranteed uncertainty.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Number<T> |
Number.copy()
Returns a copy of this number
allocated
by the calling thread (possibly on the stack). |