diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2024-08-22 10:12:37 -0500 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2024-08-22 11:45:37 -0500 |
commit | 6f1bbc1024eae98f1815ab5f9e9cb3399f5eef9c (patch) | |
tree | 86a14f6866323d7aeaae231b91d72b3aa5bd6cb4 /src/main/resources | |
parent | 2c2b97f964327f14ce09b0b935a46aec77526560 (diff) |
Allow fractional exponents
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/unitsfile.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/resources/unitsfile.txt b/src/main/resources/unitsfile.txt index ecd9bb6..dc33abd 100644 --- a/src/main/resources/unitsfile.txt +++ b/src/main/resources/unitsfile.txt @@ -165,6 +165,7 @@ gregorianyear 365.2425 day gregorianmonth gregorianyear / 12 # Other non-SI "metric" units +are 100 m^2 litre 0.001 m^3 liter litre l litre @@ -188,11 +189,17 @@ inch foot / 12 in inch yard 3 foot yd yard +chain 66 ft +ch chain +furlong 10 chain mile 1760 yard mi mile ftin foot; inch ydftin yard; foot; inch +# Imperial area units +acre chain * furlong + # Compressed notation kph km / hour mph mile / hour |