point constant

Unit const point

A unit of length equal to 0.013837 [INCH] exactly (standard name pt).

Implementation

static const Unit point = TransformedUnit(
    NonSI.inch, RationalConverter._(RationalNumber._(13837, 1000000)));