pub fn has_endf_evaluation_cendl(z: u32, a: u32) -> boolExpand description
Whether the CENDL-3.2 neutrons sublibrary has an evaluation for (Z, A).
ยงExamples
assert!(endf_mat::has_endf_evaluation_cendl(56, 138)); // Ba-138
assert!(!endf_mat::has_endf_evaluation_cendl(35, 79)); // Br-79: not in CENDL-3.2