flintlib / flint

FLINT (Fast Library for Number Theory)
http://www.flintlib.org
GNU Lesser General Public License v3.0
404 stars 236 forks source link

minor inconsistencies related to generator names #1877

Open mezzarobba opened 3 months ago

mezzarobba commented 3 months ago
fredrik-johansson commented 3 months ago

Fixing these issues in #1878 except for

I suppose gr Gaussian integers, complex floating-point numbers, and complex balls could also support renaming i, though this is far from essential.

My first thought was why on earth would do do that? But on second thought there might be a legitimate case for allowing switching between i or I or j, say. I don't think I'm going to implement this but if someone really cares I guess they can submit a PR.