gentooboontoo / js-quantities

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

Fix parts-per notation units #119

Closed kaspar92 closed 3 years ago

kaspar92 commented 3 years ago

The parts-per-trillion (ppt) unit was previously defined as 10^−9, which is actually parts-per-billion (ppb). Added correct definitions for parts-per-billion (ppb), -trillion (ppt), and -quadrillion (ppq).

gentooboontoo commented 3 years ago

Merged. Thanks.