Package org.orekit.utils.units
Class PowerTerm
java.lang.Object
org.orekit.utils.units.PowerTerm
A container for a term with associated power.
- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Method Details
-
getScale
public double getScale()Get the scaling factor.- Returns:
- scaling factor
-
getBase
Get the base term.- Returns:
- base term
-
getExponent
Get the fractional exponent.- Returns:
- fractional exponent
-