Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document fmpz_mod_poly_scalar_mul_ui ? #2079

Closed
fingolfin opened this issue Sep 30, 2024 · 1 comment
Closed

Document fmpz_mod_poly_scalar_mul_ui ? #2079

fingolfin opened this issue Sep 30, 2024 · 1 comment
Assignees

Comments

@fingolfin
Copy link
Collaborator

I noticed that there exists a function fmpz_mod_poly_scalar_mul_ui (and also _fmpz_mod_poly_scalar_mul_ui) which seems to be an undocumented sibling to fmpz_mod_poly_scalar_mul_fmpz.

Is there a reason this is undocumented? Is it safe to use it / would it be useful to document it?

@albinahlback
Copy link
Collaborator

Looking at the code, it should be very safe to use!

I would guess that it was quickly implemented since it internally promotes to fmpz. Should be documented, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants