Package | Description |
---|---|
Maths |
Provides maths classes.
|
Modifier and Type | Field and Description |
---|---|
static StandardDouble |
StandardDouble.SMALLEST
A StandardDouble representing the smallest possible value StandardDouble can represent
|
Modifier and Type | Method and Description |
---|---|
StandardDouble |
StandardDouble.add(double o) |
StandardDouble |
StandardDouble.add(Real o) |
StandardDouble |
StandardDouble.divide(double o) |
StandardDouble |
StandardDouble.divide(Real o) |
StandardDouble |
StandardDouble.inverse() |
StandardDouble |
StandardDouble.multiply(double o) |
StandardDouble |
StandardDouble.multiply(Real o) |
StandardDouble |
StandardDouble.negate() |
StandardDouble |
StandardDouble.subtract(double o) |
StandardDouble |
StandardDouble.subtract(Real o) |