X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fnumeric.cpp;h=3130e272ac17e3afb2e549d8f9ae75437569c1d2;hp=b6c95e01e0c9854ee3e2ab7f97156b6966afc573;hb=d6961bac52f5aa15d438d77156f9738974fec0e5;hpb=8b9b3aa132366c534e5cc8c7a6116afabd885f7d;ds=sidebyside 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."); }