Open richardschneider opened 8 years ago
Add US and Imperial measurements. These systems have name conflicts so a preference of measurement systems is required.
NIST SP 811 has some good info.
string Quantity.in(measurementSystem) would be nice. It returns a string representation of the quantity in another measurement system.
string Quantity.in(measurementSystem)
SI.Quantity('30.48 cm').in('US').should.equal('1 foot')
Add US and Imperial measurements. These systems have name conflicts so a preference of measurement systems is required.
NIST SP 811 has some good info.