From cc6d7e868a06c82d780ed6273f64cb5c0476ab87 Mon Sep 17 00:00:00 2001 From: Marco Bodrato Date: Mon, 23 Nov 2015 17:34:36 +0100 Subject: -typo --- doc/gmp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/gmp.texi b/doc/gmp.texi index 8a851acd7..367703a75 100644 --- a/doc/gmp.texi +++ b/doc/gmp.texi @@ -4231,7 +4231,7 @@ numbers. These functions start with the prefix @code{mpq_}. Rational numbers are stored in objects of type @code{mpq_t}. All rational arithmetic functions assume operands have a canonical form, and -canonicalize their result. The canonical from means that the denominator and +canonicalize their result. The canonical form means that the denominator and the numerator have no common factors, and that the denominator is positive. Zero has the unique representation 0/1. -- cgit v1.2.1