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

Unrecognized symbols cmH2O and inH2O #33

Closed kaer closed 8 years ago

kaer commented 9 years ago

Hi, I was testing some all the units of some measurements and found some symbols that didn't work.

gentooboontoo commented 9 years ago

Internally parsed as cmH cmH O which is obviously wrong.

gentooboontoo commented 8 years ago

Fixed by PR #51.

matthijn commented 8 years ago

It seems: "when using the grain symbol "gr" to any mass unit an incompatible unit exception is thrown" is still happening.

gentooboontoo commented 8 years ago

A separate issue is opened (#39).