burtonlang
Joined: 13 Mar 2009 Posts: 1
|
Posted: March 13, 2009 7:31 PM Post subject: Absolute value bug? |
|
|
I don't know if this is just my calculator, but check this out. It doesn't happen on TI-83/84s, and I haven't tried other 68k calculators (like the TI-92 or the Voyage 200), but I would assume they would behave the same.
When I try to find 1/0 , I get "undef" as a response, which would be the expected answer. But when I type 1/abs(0) , I get ∞. Now, I understand how 1/0 can equal infinity (1/∞=0 , so if x=1/0 , then x=1/(1/∞) , then x= ∞ , therefore 1/0= ∞), but how can 1/0 and 1/abs(0) return different answers? Is there some kind of bug with the abs() function? It returns abs(0) as 0 , so I don't see how this could happen. |
|