]> git.eshelyaron.com Git - emacs.git/commitdiff
(Types Tutorial): Emphasized that you can't divide by 0.
authorJay Belanger <jay.p.belanger@gmail.com>
Mon, 20 Dec 2004 20:02:10 +0000 (20:02 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Mon, 20 Dec 2004 20:02:10 +0000 (20:02 +0000)
man/ChangeLog
man/calc.texi

index b96026759a1467d928dd0444c20898189ce65dec..3b6507e6b78c8ebac6704dbb1f1014431f272572 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-20  Jay Belanger  <belanger@truman.edu>
+
+       * calc.texi (Types Tutorial): Emphasized that you can't divide by
+       zero.
+
 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
 
        * cc-mode.texi (Text Filling and Line Breaking): Put period after
index 8dfa75c6ded292cd2f13b78f4220819cf80cbf8f..8260ed10350cdf3452fdd9879b1322b793b8d1a3 100644 (file)
@@ -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