Skip to content

Commit

Permalink
Merge pull request #1884 from mezzarobba/gr_comp_other_doc
Browse files Browse the repository at this point in the history
fix documentation of gr_comp_other
  • Loading branch information
fredrik-johansson authored Mar 22, 2024
2 parents 4eaa56a + aac911b commit 99d026d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/gr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ Ordering methods
int gr_cmp_other(int * res, gr_srcptr x, gr_srcptr y, gr_ctx_t y_ctx, gr_ctx_t ctx)

Sets *res* to -1, 0 or 1 according to whether *x* is less than,
equal or greater than the absolute value of *y*.
equal or greater than *y*.
This may return ``GR_DOMAIN`` if the ring is not an ordered ring.

.. function:: int gr_cmpabs(int * res, gr_srcptr x, gr_srcptr y, gr_ctx_t ctx)
Expand Down

0 comments on commit 99d026d

Please sign in to comment.