diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2020-08-27 08:28:01 -0500 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2020-08-27 08:28:01 -0500 |
commit | 21dc2db1cccfd9781bbdbbbafdacf88630cab5c0 (patch) | |
tree | a9df8a2ccf912edfc3092e4880fa0bc462d39bcf /unitsfile.txt | |
parent | e2f141427e441daa9d6be0ba8a30b844ca4391e0 (diff) |
Added exceptions to the one-way conversion rules.
Diffstat (limited to 'unitsfile.txt')
-rw-r--r-- | unitsfile.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/unitsfile.txt b/unitsfile.txt index a067d14..eafe885 100644 --- a/unitsfile.txt +++ b/unitsfile.txt @@ -157,8 +157,11 @@ hour 3600 second h hour day 86400 second d day +week 7 day +wk week julianyear 365.25 day gregorianyear 365.2425 day +gregorianmonth gregorianyear / 12 # Other non-SI "metric" units litre 0.001 m^3 @@ -180,7 +183,7 @@ waterdensity kilogram / litre # Imperial length units foot 0.3048 m ft foot -inch 1 / 12 foot +inch foot / 12 in inch yard 3 foot yd yard |