new unit aliases

This commit is contained in:
hgupta9 2016-03-02 18:44:34 +05:30
parent 45a37ba731
commit 953b84fc3e

View File

@ -2604,6 +2604,17 @@ function factory (type, config, load, typed, math) {
lb: 'lbm',
lbs: 'lbm',
acres: 'acre',
hectares: 'hectare',
sqfeet: 'sqft',
sqyard: 'sqyd',
sqmile: 'sqmi',
sqmiles: 'sqmi',
mmhg: 'mmHg',
mmh2o: 'mmH2O',
cmh2o: 'cmH2O',
seconds: 'second',
secs: 'second',
minutes: 'minute',
@ -2612,7 +2623,7 @@ function factory (type, config, load, typed, math) {
hr: 'hour',
hrs: 'hour',
days: 'day',
hertz: 'hertz',
radians: 'rad',