atomicMass constant

Unit const atomicMass

/////// /////// A unit of mass equal to 1/12 the mass of the carbon-12 atom (standard name u).

Implementation

// Mass //
//////////

/// A unit of mass equal to 1/12 the mass of the carbon-12 atom
/// (standard name `u`).
static const Unit atomicMass = TransformedUnit(
    SI.kilogram, MultiplyConverter._(1e-3 / avogadroConstant));