X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=sidebyside;f=ginac%2Fnumeric.cpp;h=3130e272ac17e3afb2e549d8f9ae75437569c1d2;hb=0c0833bb36921d6546ce87c6bef959330b561a9e;hp=b6c95e01e0c9854ee3e2ab7f97156b6966afc573;hpb=2d8e92a6d43df7df5df0a7c56d8995c02ef21ba3;p=ginac.git diff --git a/ginac/numeric.cpp b/ginac/numeric.cpp index b6c95e01..3130e272 100644 --- a/ginac/numeric.cpp +++ b/ginac/numeric.cpp @@ -1629,7 +1629,7 @@ const numeric binomial(const numeric &n, const numeric &k) } // 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."); + throw std::range_error("numeric::binomial(): don't know how to evaluate that."); }