summaryrefslogtreecommitdiff
path: root/boost/math/tools/polynomial_gcd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/math/tools/polynomial_gcd.hpp')
-rw-r--r--boost/math/tools/polynomial_gcd.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/math/tools/polynomial_gcd.hpp b/boost/math/tools/polynomial_gcd.hpp
index fdbafda6ca..f8e8334869 100644
--- a/boost/math/tools/polynomial_gcd.hpp
+++ b/boost/math/tools/polynomial_gcd.hpp
@@ -44,7 +44,7 @@ namespace math{ namespace tools{
*
* We may write any nonzero polynomial u(x) from R[x] where R is a UFD as
*
-* u(x) = cont(u) ยท pp(u(x))
+* u(x) = cont(u) . pp(u(x))
*
* where cont(u), the content of u, is an element of S, and pp(u(x)), the primitive
* part of u(x), is a primitive polynomial over S.