Constant lib_rapid::chem::elements::pse::CHLORINE

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

The chemical element Chlorine.

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

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