Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-13 | Upgraded to Java 11, and upgraded file code to the new I/O | Adrien Hopkins | |
2020-09-07 | Created an UncertainDouble class for uncertainty operations. | Adrien Hopkins | |
2020-08-27 | Added Complex Repetition. | Adrien Hopkins | |
2020-08-26 | Added the prefix repetition rule, and the two basic rules. | Adrien Hopkins | |
2020-08-04 | Added scientific rounding. | Adrien Hopkins | |
2020-08-04 | Made UnitConverterGUI use UnitValue and LinearUnitValue | Adrien Hopkins | |
2020-07-02 | Fixed negative numbers not working at start of expression | Adrien Hopkins | |
2019-11-28 | You 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-26 | Prefixes can now have names. | Adrien Hopkins | |
2019-11-26 | Multiplication 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-26 | Updated the documentation of existing classes. | Adrien Hopkins | |
2019-10-17 | Implemented the new Units system | Adrien Hopkins | |
Fahrenheit has temporarily been removed; it will be back. |