Constant lib_rapid::chem::elements::pse::LUTETIUM

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

The chemical element Lutetium.

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

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