update docstring about largest/initial prime in prime list

This commit is contained in:
Alexander Kobel 2014-11-24 10:53:16 +01:00
parent 11c9deb31b
commit feb4298699
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ std::istream& operator >> (std::istream& is, Residue& p);
*
* This class uses the type double for representation.
* 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.
*