approx(Ans) oddity
|
12-28-2023, 03:13 AM
Post: #4
|
|||
|
|||
RE: approx(Ans) oddity
(12-28-2023 12:39 AM)Joe Horn Wrote: One way to evaluate Home's Ans when you're in Home view is EVAL(Ans) Nice trick! It would be even better if Ans really mean EVAL(Ans), by default. For now, this is a temporary fix. Code: EXPORT ANS() BEGIN EVAL(Ans); END; HOME> 1/(2+3/4) → 0.363636363636 HOME> exact(ANS) → 4/11 HOME> float(ANS) → 0.363636363636 |
|||
« Next Oldest | Next Newest »
|
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: 3 Guest(s)