pub fn level_max3(l1: Level, l2: Level, l3: Level) -> Level
Create max(max(l1, l2), l3) and normalize.
max(max(l1, l2), l3)