Martin Rattigan
- 330
- 3
(0*n)/0 = 0*(n/0)
This step is incorrect. With IBM's implementation (a*b)/c is not necessarily a*(b/c) - in fact this fails not only when c=0.
It is necessary to live with the consequences of what has been defined. But what has been defined in any given circumstance is not generally a matter for proof. IBM give you some very good manuals. These tell you what is defined and what the definition are.
This step is incorrect. With IBM's implementation (a*b)/c is not necessarily a*(b/c) - in fact this fails not only when c=0.
It is necessary to live with the consequences of what has been defined. But what has been defined in any given circumstance is not generally a matter for proof. IBM give you some very good manuals. These tell you what is defined and what the definition are.
Last edited: