poundForce constant

Unit const poundForce

A unit of force equal to [POUND]ยท[G] (standard name lbf).

Implementation

static const Unit poundForce = TransformedUnit(
    SI.newton,
    RationalConverter._(
        RationalNumber._(45359237 * 980665, 100000000 * 100000)));