pub fn t_conorm_drastic(a: f32, b: f32) -> f32
Drastic t-conorm — the largest t-conorm: b if a==0, a if b==0, else 1.
b
a==0
a
b==0
1