Constant lib_rapid::chem::elements::pse::BOHRIUM

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

The chemical element Bohrium.

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

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