diff --git a/Number_types/doc/Number_types/CGAL/Quotient.h b/Number_types/doc/Number_types/CGAL/Quotient.h index 390efe03ecb..f24d5b3b7d5 100644 --- a/Number_types/doc/Number_types/CGAL/Quotient.h +++ b/Number_types/doc/Number_types/CGAL/Quotient.h @@ -8,8 +8,7 @@ An object of the class `Quotient` is an element of the field of quotients of the integral domain type `NT`. If `NT` behaves like an integer, `Quotient` behaves like a rational number. -\leda's class `rational` (see Section \ref ledant) -has been the basis for `Quotient`. + A `Quotient` `q` is represented as a pair of `NT`s, representing numerator and denominator. diff --git a/Number_types/doc/Number_types/NumberTypeSupport.txt b/Number_types/doc/Number_types/NumberTypeSupport.txt index 2a2e35866ae..705e1fe6d27 100644 --- a/Number_types/doc/Number_types/NumberTypeSupport.txt +++ b/Number_types/doc/Number_types/NumberTypeSupport.txt @@ -210,6 +210,7 @@ This package was naturally one of the first packages implemented in \cgal. It initially contained the `Quotient`, `Gmpz` and `Gmpq` classes, together with the interfaces to the number types provided by \leda, which were implemented by Stefan Schirra and Andreas Fabri. +\leda's class `rational` has been the basis for `Quotient`. Later, around 1998-2002, Sylvain Pion implemented `Interval_nt`, `MP_Float` and `Lazy_exact_nt`, together with the interfaces to @@ -231,4 +232,3 @@ Luis Peñaranda and Sylvain Lazard contributed the `Gmpfi` and */ } /* namespace CGAL */ -