pub fn t_conorm_lukasiewicz(a: f32, b: f32) -> f32
Łukasiewicz t-conorm (fuzzy OR) — min(1, a + b).
min(1, a + b)