pub const fn is_valid_azimuthal_quantum_number(n: u32, l: u32) -> bool
Returns true when n >= 1 and l < n.
true
n >= 1
l < n