Constant lib_rapid::chem::elements::pse::ARSENIC

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

The chemical element Arsenic.

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

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