···66- Add generic unit combinations, such as `1kg/m`, `1km per year` and `m+km`
77- Add generic unit simplification. For example, `1kg*1sqm/1s/1s/1s/1a` now becomes `1 volt`
88- Add `≈` indicator when a result is approximate
99+- Add case-sensitive `Bps` units for bytes per second
910- Use max precision for inexact unit conversions
1011- Fix `^` allowing numbers to be raised to the power of units
1112
-2
README.md
···161161```
162162163163### Potential Improvements
164164-- Support for conversion between Power, Current, Resistance and Voltage. Multiplication and division is currently supported, but not conversions using sqrt or pow.
165164- Fractional numbers (to make 1/3*2*3 accurate)
166165- E notation, like 2E+10
167166- Unit types
···172171 - Timezones
173172 - Binary/octal/decimal/hexadecimal/base32/base64
174173 - Fuel consumption
175175- - Data transfer rate
176174 - Color codes
177175 - Force
178176 - Roman numerals