| Author |
Comment/Response |
Sebastien Blind
|
12/10/98 5:13pm
hi, just check this out ...
Table[a=1.;b=1.+10^-i;(b>a) && (a==b),{i,1,30}]
returns the following :
{False,False,False,False,False,False,False,False,False,False,False,False,
False,True,True,False,False,False,False,False,False,False,False,False,False,
False,False,False,False,False}
is it a hidden feature of Mathematica to return True to the test when and only when i is equal to 15 and 16 ???
URL: , |
|