From 8b9b3aa132366c534e5cc8c7a6116afabd885f7d Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Thu, 30 Sep 2004 17:39:05 +0000 Subject: [PATCH] fixed typo --- ginac/numeric.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/numeric.cpp b/ginac/numeric.cpp index 022993d0..b6c95e01 100644 --- a/ginac/numeric.cpp +++ b/ginac/numeric.cpp @@ -1628,7 +1628,7 @@ 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 + // 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."); } -- 2.44.0