]> www.ginac.de Git - ginac.git/blobdiff - ginac/normal.cpp
- Introduced exception do_taylor to signal Taylor expansion is ok for series
[ginac.git] / ginac / normal.cpp
index 3846f408f0162617b3303dcd164dd4ad5a69f73b..3549dfee1f54df61d4c1889119651231f38be47b 100644 (file)
@@ -966,7 +966,7 @@ ex mul::smod(const numeric &xi) const
 }
 
 
-/** Exception thrown by heur_gcd() to signal failure */
+/** Exception thrown by heur_gcd() to signal failure. */
 class gcdheu_failed {};
 
 /** Compute GCD of multivariate polynomials using the heuristic GCD algorithm.