summaryrefslogtreecommitdiff
path: root/src/org/unitConverter/unit/UnitDatabase.java
AgeCommit message (Collapse)Author
2021-03-13Upgraded to Java 11, and upgraded file code to the new I/OAdrien Hopkins
2020-09-07Created an UncertainDouble class for uncertainty operations.Adrien Hopkins
2020-08-27Added Complex Repetition.Adrien Hopkins
2020-08-26Added the prefix repetition rule, and the two basic rules.Adrien Hopkins
2020-08-04Added scientific rounding.Adrien Hopkins
2020-08-04Made UnitConverterGUI use UnitValue and LinearUnitValueAdrien Hopkins
2020-07-02Fixed negative numbers not working at start of expressionAdrien Hopkins
2019-11-28You can now perform reciprocal conversions (e.g. s <-> Hz)Adrien Hopkins
Fixed some bugs in unit-number ordering ("10 m^2" was interpreted as "(10 m)^2", e-notation was ignored)
2019-11-26Prefixes can now have names.Adrien Hopkins
2019-11-26Multiplication between a value and a unit now has precedence.Adrien Hopkins
Example, 3 m / 2 s = (3 m) / (2 s) This change also makes "3m" a valid expression.
2019-11-26Updated the documentation of existing classes.Adrien Hopkins
2019-10-17Implemented the new Units systemAdrien Hopkins
Fahrenheit has temporarily been removed; it will be back.