Commit 2025-01-31 18:21 3ebdb300
View on Github →chore (RingTheory/HahnSeries): fix names that use coeff (#21279)
Basic pattern: (n • x).coeff = n • x.coeff
was named nsmul_coeff
but it should be coeff_nsmul
.
chore (RingTheory/HahnSeries): fix names that use coeff (#21279)
Basic pattern: (n • x).coeff = n • x.coeff
was named nsmul_coeff
but it should be coeff_nsmul
.