nuclearMagneton top-level constant

MiscQuantity const nuclearMagneton

Useful for expressing magnetic dipole moments of heavy particles.

Implementation

const MiscQuantity nuclearMagneton = MiscQuantity.constant(
    Double.constant(5.0507837393e-27),
    Dimensions.constant(<String, int>{'Length': 2, 'Current': 1}),
    uncert: 3.167825198197355e-10);