Uses of Class
com.imsl.math.Physical
Packages that use Physical
-
Uses of Physical in com.imsl.math
Methods in com.imsl.math that return PhysicalModifier and TypeMethodDescriptionstatic PhysicalAdd two compatiblePhysicalobjects.static PhysicalReturns the value of a constant, given its name.static PhysicalConverts a value to a different set of units.static PhysicalDivide adoubleby aPhysicalobject.static PhysicalDivide aPhysicalobject by adouble.static PhysicalDivide twoPhysicalobjects.static PhysicalMultiply adoubleand aPhysicalobjectstatic PhysicalMultiply aPhysicalobject and adoublestatic PhysicalMultiply twoPhysicalobjects.static PhysicalNegate aPhysicalobject.static PhysicalSubtract two compatiblePhysicalobjects.Methods in com.imsl.math with parameters of type PhysicalModifier and TypeMethodDescriptionstatic PhysicalAdd two compatiblePhysicalobjects.static voidPhysical.checkCompatibility(Physical x, Physical y) Checks the compatibility of twoPhysicalobjects.static PhysicalConverts a value to a different set of units.static voidPhysical.defineConstant(String name, Physical value) Defines a new constant.static voidPhysical.defineUnit(String name, Physical value) Defines a new unit.static PhysicalDivide adoubleby aPhysicalobject.static PhysicalDivide aPhysicalobject by adouble.static PhysicalDivide twoPhysicalobjects.static PhysicalMultiply adoubleand aPhysicalobjectstatic PhysicalMultiply aPhysicalobject and adoublestatic PhysicalMultiply twoPhysicalobjects.static PhysicalNegate aPhysicalobject.static PhysicalSubtract two compatiblePhysicalobjects.Constructors in com.imsl.math with parameters of type Physical