gentooboontoo / js-quantities

JavaScript library for quantity calculation and unit conversion
http://gentooboontoo.github.io/js-quantities/
MIT License
396 stars 102 forks source link

Temperature conversion issue #47

Closed gammaknife-zz closed 9 years ago

gammaknife-zz commented 9 years ago

The conversion between degC and degK or degF takes into account the multiplication factor but not the offset. 0 degC should be 273.15 degK or 32 degF.

Can you add a field to UNITS for offset?

gammaknife-zz commented 9 years ago

Seems I missed the tempC units. D'oh!