]> www.ginac.de Git - ginac.git/blobdiff - ginac/numeric.cpp
replaced non-ASCII character in exception msg
[ginac.git] / ginac / numeric.cpp
index 022993d03d2ba29ec1e19c34ce191143bb656533..3130e272ac17e3afb2e549d8f9ae75437569c1d2 100644 (file)
@@ -1628,8 +1628,8 @@ const numeric binomial(const numeric &n, const numeric &k)
                }
        }
        
-       // should really be gamma(n+1)/gamma(r+1)/gamma(n-r+1) or a suitable limit
-       throw std::range_error("numeric::binomial(): donยดt know how to evaluate that.");
+       // should really be gamma(n+1)/gamma(k+1)/gamma(n-k+1) or a suitable limit
+       throw std::range_error("numeric::binomial(): don't know how to evaluate that.");
 }