mile constant

Unit const mile

A unit of length equal to 1609.344 m (standard name mi).

Implementation

static const Unit mile = TransformedUnit(
    SI.metre, RationalConverter._(RationalNumber._(1609344, 1000)));