Constant lib_rapid::chem::elements::pse::COPPER

source ·
pub const COPPER: Element<'_>;
Expand description

The chemical element Copper.

use lib_rapid::chem::elements::pse;

let element = pse::COPPER;
assert_eq!(element.atomic_weight.round() - element.protons as f32, element.neutrons as f32);