Package | Description |
---|---|
com.imsl.math |
Mathematical functions and algorithms.
|
Modifier and Type | Method and Description |
---|---|
static Physical |
Physical.add(Physical x,
Physical y)
Add two compatible
Physical objects. |
static Physical |
Physical.constant(String name)
Returns the value of a constant, given its name.
|
static Physical |
Physical.convert(Physical pOld,
String unitsNew)
Converts a value to a different set of units.
|
static Physical |
Physical.divide(double x,
Physical y)
Divide a
double by a Physical object. |
static Physical |
Physical.divide(Physical x,
double y)
Divide a
Physical object by a double . |
static Physical |
Physical.divide(Physical x,
Physical y)
Divide two
Physical objects. |
static Physical |
Physical.multiply(double x,
Physical y)
Multiply a
double and a Physical object |
static Physical |
Physical.multiply(Physical x,
double y)
Multiply a
Physical object and a double |
static Physical |
Physical.multiply(Physical x,
Physical y)
Multiply two
Physical objects. |
static Physical |
Physical.negate(Physical x)
Negate a
Physical object. |
static Physical |
Physical.subtract(Physical x,
Physical y)
Subtract two compatible
Physical objects. |
Modifier and Type | Method and Description |
---|---|
static Physical |
Physical.add(Physical x,
Physical y)
Add two compatible
Physical objects. |
static void |
Physical.checkCompatibility(Physical x,
Physical y)
Checks the compatibility of two
Physical objects. |
static Physical |
Physical.convert(Physical pOld,
String unitsNew)
Converts a value to a different set of units.
|
static void |
Physical.defineConstant(String name,
Physical value)
Defines a new constant.
|
static void |
Physical.defineUnit(String name,
Physical value)
Defines a new unit.
|
static Physical |
Physical.divide(double x,
Physical y)
Divide a
double by a Physical object. |
static Physical |
Physical.divide(Physical x,
double y)
Divide a
Physical object by a double . |
static Physical |
Physical.divide(Physical x,
Physical y)
Divide two
Physical objects. |
static Physical |
Physical.multiply(double x,
Physical y)
Multiply a
double and a Physical object |
static Physical |
Physical.multiply(Physical x,
double y)
Multiply a
Physical object and a double |
static Physical |
Physical.multiply(Physical x,
Physical y)
Multiply two
Physical objects. |
static Physical |
Physical.negate(Physical x)
Negate a
Physical object. |
static Physical |
Physical.subtract(Physical x,
Physical y)
Subtract two compatible
Physical objects. |
Constructor and Description |
---|
Physical(Physical copy)
Constructs a copy of a
Physical object. |
Copyright © 2020 Rogue Wave Software. All rights reserved.