From e9a2654a9d026fede690ab753227f1210f8c2f4f Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Mon, 20 Dec 2004 20:02:10 +0000 Subject: [PATCH] (Types Tutorial): Emphasized that you can't divide by 0. --- man/ChangeLog | 5 +++++ man/calc.texi | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/man/ChangeLog b/man/ChangeLog index b96026759a1..3b6507e6b78 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2004-12-20 Jay Belanger + + * calc.texi (Types Tutorial): Emphasized that you can't divide by + zero. + 2004-12-17 Luc Teirlinck * cc-mode.texi (Text Filling and Line Breaking): Put period after diff --git a/man/calc.texi b/man/calc.texi index 8dfa75c6ded..8260ed10350 100644 --- a/man/calc.texi +++ b/man/calc.texi @@ -4757,10 +4757,11 @@ or 24 hours. @end smallexample @noindent -In this last step, Calc has found a new number which, when multiplied -by 5 modulo 24, produces the original number, 21. If @var{m} is prime -it is always possible to find such a number. For non-prime @var{m} -like 24, it is only sometimes possible. +In this last step, Calc has divided by 5 modulo 24; i.e., it has found a +new number which, when multiplied by 5 modulo 24, produces the original +number, 21. If @var{m} is prime and the divisor is not a multiple of +@var{m}, it is always possible to find such a number. For non-prime +@var{m} like 24, it is only sometimes possible. @smallexample @group -- 2.39.5