Zulip Chat Archive
Stream: general
Topic: zero_le_mul_left
Yaël Dillies (Jul 19 2021 at 09:57):
zero_le_mul_left, zero_le_mul_right, zero_lt_mul_left, zero_lt_mul_right sound to me like they aren't following the naming convention. Shouldn't they be mul_(pos/nonneg)_(left/right)?
Mario Carneiro (Jul 19 2021 at 09:58):
Keep in mind that there is a name clash around there because neg means < 0 and also -
Yaël Dillies (Jul 19 2021 at 10:00):
Oh right. So maybe that's to avoid discrepancy with the negative versions.
Last updated: May 02 2025 at 03:31 UTC