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.0507837461e-27), Dimensions.constant(<String, int>{'Length': 2, 'Current': 1}),
    uncert: 2.9698361193116537e-10);