Uses of Class
gnu.math.DQuantity
-
Packages that use DQuantity Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description static DQuantity
DQuantity. add(DQuantity x, DQuantity y, double k)
static Unit
Unit. define(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 Constructor Description NamedUnit(String name, DQuantity value)
-