From b9f93aaeedcdcc014e1aa28d1edb0e920c527f66 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Fri, 11 Jun 2004 21:32:00 +0000 Subject: [PATCH] fixed typo in comment --- ginac/numeric.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/numeric.cpp b/ginac/numeric.cpp index fc6c692c..022993d0 100644 --- a/ginac/numeric.cpp +++ b/ginac/numeric.cpp @@ -1810,7 +1810,7 @@ const numeric mod(const numeric &a, const numeric &b) /** Modulus (in symmetric representation). * Equivalent to Maple's mods. * - * @return a mod b in the range [-iquo(abs(m)-1,2), iquo(abs(m),2)]. */ + * @return a mod b in the range [-iquo(abs(b)-1,2), iquo(abs(b),2)]. */ const numeric smod(const numeric &a, const numeric &b) { if (a.is_integer() && b.is_integer()) { -- 2.47.0