|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DQuantity | |
|---|---|
| gnu.math | Supports various numeric types, including complex numbers, efficient bignums, exact rational numbers, units. |
| Uses of DQuantity in gnu.math |
|---|
| Methods in gnu.math that return DQuantity | |
|---|---|
static DQuantity |
DQuantity.add(DQuantity x,
DQuantity y,
double k)
|
static DQuantity |
DQuantity.divide(DQuantity x,
DQuantity y)
|
static DQuantity |
DQuantity.times(DQuantity x,
DQuantity y)
|
| Methods in gnu.math with parameters of type DQuantity | |
|---|---|
static DQuantity |
DQuantity.add(DQuantity x,
DQuantity y,
double k)
|
static Unit |
Unit.define(java.lang.String name,
DQuantity value)
|
static DQuantity |
DQuantity.divide(DQuantity x,
DQuantity y)
|
static DQuantity |
DQuantity.times(DQuantity x,
DQuantity y)
|
| Constructors in gnu.math with parameters of type DQuantity | |
|---|---|
NamedUnit(java.lang.String name,
DQuantity value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||