Fwd: Re: JMathConstant submission for upcoming JDK
robert at liguorisoftware.com
robert at liguorisoftware.com
Sun Oct 28 18:26:21 UTC 2018
Here are the measurement systems, as I see them.
public enum MeasurementSystem {
INTERNATIONAL_SYSTEM_OF_UNITS,
METRIC,
UNITED_STATES_CUSTOMARY,
BRITISH_IMPERIAL
}
More information about the core-libs-dev
mailing list