(Types Tutorial): Emphasized that you can't divide by 0.
This commit is contained in:
parent
791b8dea10
commit
e9a2654a9d
2 changed files with 10 additions and 4 deletions
|
@ -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>
|
2004-12-17 Luc Teirlinck <teirllm@auburn.edu>
|
||||||
|
|
||||||
* cc-mode.texi (Text Filling and Line Breaking): Put period after
|
* cc-mode.texi (Text Filling and Line Breaking): Put period after
|
||||||
|
|
|
@ -4757,10 +4757,11 @@ or 24 hours.
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
In this last step, Calc has found a new number which, when multiplied
|
In this last step, Calc has divided by 5 modulo 24; i.e., it has found a
|
||||||
by 5 modulo 24, produces the original number, 21. If @var{m} is prime
|
new number which, when multiplied by 5 modulo 24, produces the original
|
||||||
it is always possible to find such a number. For non-prime @var{m}
|
number, 21. If @var{m} is prime and the divisor is not a multiple of
|
||||||
like 24, it is only sometimes possible.
|
@var{m}, it is always possible to find such a number. For non-prime
|
||||||
|
@var{m} like 24, it is only sometimes possible.
|
||||||
|
|
||||||
@smallexample
|
@smallexample
|
||||||
@group
|
@group
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue