Skip to content

Commit

Permalink
Merge pull request #2242 from user202729/fix-typo
Browse files Browse the repository at this point in the history
Remove an extraneous space
  • Loading branch information
edgarcosta authored Feb 16, 2025
2 parents 723b92c + c0c7e42 commit 8e38823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/fq_nmod_mpoly.rst
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Evaluation

These functions return `0` when the operation would imply unreasonable arithmetic.

.. function:: void fq_nmod_mpoly_evaluate_all_fq_nmod(fq_nmod_t ev, const fq_nmod_mpoly_t A, fq_nmod_struct * const * vals, const fq_nmod_mpoly_ctx_t ctx)
.. function:: void fq_nmod_mpoly_evaluate_all_fq_nmod(fq_nmod_t ev, const fq_nmod_mpoly_t A, fq_nmod_struct * const * vals, const fq_nmod_mpoly_ctx_t ctx)

Set *ev* the evaluation of *A* where the variables are replaced by the corresponding elements of the array *vals*.

Expand Down

0 comments on commit 8e38823

Please sign in to comment.