]> www.ginac.de Git - ginac.git/commitdiff
replaced non-ASCII character in exception msg
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Wed, 6 Oct 2004 15:31:03 +0000 (15:31 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Wed, 6 Oct 2004 15:31:03 +0000 (15:31 +0000)
ginac/numeric.cpp

index b6c95e01e0c9854ee3e2ab7f97156b6966afc573..3130e272ac17e3afb2e549d8f9ae75437569c1d2 100644 (file)
@@ -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
        }
        
        // 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.");
 }
 
 
 }