tonUS constant

Unit const tonUS

A unit of mass equal to 2000 [POUND] (short ton, standard name ton_us).

Implementation

static const Unit tonUS =
    TransformedUnit(NonSI.pound, RationalConverter._(RationalNumber._(2000)));