From 2a662c1e1936e914e19527c5ec6aae8d5aa1e596 Mon Sep 17 00:00:00 2001 From: Fredrik Johansson Date: Fri, 22 Feb 2013 14:03:16 +0100 Subject: [PATCH] documentation format fix --- doc/source/fmprb_poly.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/fmprb_poly.rst b/doc/source/fmprb_poly.rst index 1234e02c..3c32fed0 100644 --- a/doc/source/fmprb_poly.rst +++ b/doc/source/fmprb_poly.rst @@ -131,8 +131,7 @@ Arithmetic the integers. The output error is computed by cross-multiplying the max norms. -.. function:: void fmprb_poly_mullow(fmprb_poly_t C, const fmprb_poly_t A, - const fmprb_poly_t B, long n, long prec) +.. function:: void fmprb_poly_mullow(fmprb_poly_t C, const fmprb_poly_t A, const fmprb_poly_t B, long n, long prec) Sets *C* to the product of *A* and *B*, truncated to length *n*.