mirror of https://github.com/CGAL/cgal
update docstring about largest/initial prime in prime list
This commit is contained in:
parent
11c9deb31b
commit
feb4298699
|
|
@ -45,7 +45,7 @@ std::istream& operator >> (std::istream& is, Residue& p);
|
||||||
*
|
*
|
||||||
* This class uses the type double for representation.
|
* This class uses the type double for representation.
|
||||||
* Therefore the value of p is restricted to primes less than 2^26.
|
* Therefore the value of p is restricted to primes less than 2^26.
|
||||||
* By default p is set to 67111067.
|
* By default p is set to 67108859.
|
||||||
*
|
*
|
||||||
* It provides the standard operators +,-,*,/ as well as in&output.
|
* It provides the standard operators +,-,*,/ as well as in&output.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue