atom constant

Unit const atom

////////////////////// ////////////////////// A unit of amount of substance equals to one atom (standard name atom).

Implementation

// Amount of substance //
/////////////////////////

/// A unit of amount of substance equals to one atom (standard name `atom`).
static const Unit atom =
    TransformedUnit(SI.mole, MultiplyConverter._(1 / avogadroConstant));