[VA] HP-71B Mini-challenge: Qualifying for a job II: Your best image
|
10-04-2022, 07:22 AM
Post: #6
|
|||
|
|||
RE: [VA] HP-71B Mini-challenge: Qualifying for a job II: Your best image
Since there are no last-minute candidate for the job, I will give my answer now.
The idea is, as requested, to use the FIX display mode. As a single DISP is allowed, a way to execute a FIX command before each argument is needed, and a user-defined-function will do it. Then the problem is just to fit everything in one line: 2 DISP FNF(3)+X,FNF(1)+SIN(X),FNF(4)+COS(X),FNF(1)+TAN(X),FNF(6)+LN(X)+EXP(X) @ DEF FNF(N) @ FIX N @ END DEF To enter the line, the spaces (except the first one after the line number) and the "DISP" string must not be typed, using the HP-71 implicit DISP feature - the only real trick needed here. J-F |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)