# HG changeset patch # User Jay Belanger # Date 1103572848 0 # Node ID ba6d401365b51120f94c3f26b9679adc8df3f45a # Parent 9dadbbe9a3811fb1c774f6f964296779aecf16cc (Types Tutorial): Emphasized that you can't divide by 0. diff -r 9dadbbe9a381 -r ba6d401365b5 man/calc.texi --- a/man/calc.texi Mon Dec 20 18:09:46 2004 +0000 +++ b/man/calc.texi Mon Dec 20 20:00:48 2004 +0000 @@ -4757,10 +4757,11 @@ @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