pub fn t_norm_drastic(a: f32, b: f32) -> f32
Drastic t-norm — the smallest t-norm: b if a==1, a if b==1, else 0.
b
a==1
a
b==1
0