Post Reply 
approx(Ans) oddity
12-28-2023, 08:41 PM
Post: #7
RE: approx(Ans) oddity
(12-28-2023 06:40 PM)BruceH Wrote:  Now
  1. reset the calc (On+Apps+Esc)
  2. go into CAS mode and verify the stack is empty (don't add anything to it)
  3. go back to Home and do approx(Ans)

and you still get 6. This is the definite bug - both stacks were empty.

Ans gives the result of the last calculation, which is not necessarily the value at the bottom on the history.

For example, enter the following.
Code:
1+2          3
3+4          7
5+6         11

Now press the Del button until you only have
Code:
1+2          3

If you now use Ans, it will return 11, not 3, since 11 was the last calculated result.
Code:
1+2          3
Ans          11

Then there's the matter of clearing the memory. It seems that clearing the memory resets Home Ans to 0 but CAS Ans seems to survive the memory clear. This might actually be a bug.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
approx(Ans) oddity - BruceH - 12-27-2023, 05:01 PM
RE: approx(Ans) oddity - Dougggg - 12-27-2023, 06:27 PM
RE: approx(Ans) oddity - Joe Horn - 12-28-2023, 12:39 AM
RE: approx(Ans) oddity - Albert Chan - 12-28-2023, 03:13 AM
RE: approx(Ans) oddity - BruceH - 12-28-2023, 06:40 PM
RE: approx(Ans) oddity - Wes Loewer - 12-28-2023 08:41 PM
RE: approx(Ans) oddity - gehakte_bits - 12-28-2023, 08:12 PM
RE: approx(Ans) oddity - BruceH - 12-29-2023, 12:34 AM
RE: approx(Ans) oddity - Joe Horn - 12-29-2023, 01:20 PM
RE: approx(Ans) oddity - BruceH - 12-29-2023, 01:36 PM



User(s) browsing this thread: 2 Guest(s)