flintlib / python-flint

Python bindings for Flint and Arb
MIT License
131 stars 25 forks source link

Remove doubled `mul_mod` functions from `fmpz_mod_poly` #185

Closed GiacomoPope closed 1 month ago

GiacomoPope commented 1 month ago

Fixes #183 by removing the doubled function and picking mul_mod over mulmod to match things like compose_mod.

oscarbenjamin commented 1 month ago

Looks good!