angstrom constant

Unit const angstrom

A unit of length equal to 1E-10 m (standard name Å).

Implementation

static const Unit angstrom = TransformedUnit(
    SI.metre, RationalConverter._(RationalNumber._(1, 10000000000)));