Zulip Chat Archive
Stream: general
Topic: duplicate definition
FR (Aug 19 2022 at 19:38):
Are docs#polynomial.integral_normalization and docs#normalize_scale_roots almost the same?
Riccardo Brasca (Aug 19 2022 at 21:26):
It seems so!
Riccardo Brasca (Aug 19 2022 at 21:28):
The only difference is for p=0
Junyan Xu (Aug 19 2022 at 22:38):
If you try to merge them you may also consider using docs#finsupp.sum instead of finset.sum over the support, which usually avoids splitting cases for whether an element is in the support or not.
Last updated: Dec 20 2023 at 11:08 UTC