pub fn has_endf_evaluation(z: u32, a: u32) -> boolExpand description
Whether the ENDF/B-VIII.0 neutrons sublibrary has an evaluation for (Z, A).
ยงExamples
assert!(endf_mat::has_endf_evaluation(94, 239)); // Pu-239
assert!(!endf_mat::has_endf_evaluation(94, 999)); // no such isotope