Overview
Package
Class
Use
Tree
Index
Deprecated
About
Frames
|
No Frames
Uses of Class gnu.math.DQuantity
Uses in package gnu.math
Constructors with parameter type gnu.math.DQuantity
NamedUnit
.
NamedUnit
(String name,
DQuantity
value)
Methods with parameter type gnu.math.DQuantity
DQuantity
DQuantity
.
add
(
DQuantity
x,
DQuantity
y, double k)
Unit
Unit
.
define
(String name,
DQuantity
value)
DQuantity
DQuantity
.
divide
(
DQuantity
x,
DQuantity
y)
DQuantity
DQuantity
.
times
(
DQuantity
x,
DQuantity
y)
Methods with return type gnu.math.DQuantity
DQuantity
DQuantity
.
add
(
DQuantity
x,
DQuantity
y, double k)
DQuantity
DQuantity
.
divide
(
DQuantity
x,
DQuantity
y)
DQuantity
DQuantity
.
times
(
DQuantity
x,
DQuantity
y)
Overview
Package
Class
Use
Tree
Index
Deprecated
About