[34S & 31S] Unique display mode: significant figures - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: Not HP Calculators (/forum-7.html) +--- Forum: Not quite HP Calculators - but related (/forum-8.html) +--- Thread: [34S & 31S] Unique display mode: significant figures (/thread-3029.html) Pages: 1 2 |
RE: [34S & 31S] Unique display mode: significant figures - Bit - 02-12-2015 04:33 AM (02-12-2015 02:50 AM)mendesp Wrote: Thank you Nigel for your answer. I understand your reasons. With all respect to your code and Bit's work, do you think I could "easily" modify it so the SIG display could be used like I wish ? Please see the patch below, it seems to do what you asked for but I only tested it for a few seconds. Code: diff -ur wp34s_r3748/keys.c wp34s_sig_arg_1_r3748_20150211/keys.c You'll need to instruct your patch utility to ignore whitespaces, otherwise it'll probably complain about tabs. On the command line, it's usually the -l (lower case L) option. Edit: The above code changes the UI but not how programs are interpreted or displayed, nor how values taken from registers are used... that's left as an exercise for the reader. RE: [34S & 31S] Unique display mode: significant figures - mendesp - 02-12-2015 05:35 PM Thanks a lot Bit for your help. I modify the code as your instructions (I had no idea how to apply a patch, but I'll find out and everything seems to work fine. Thanks again ! Regards, Patrick RE: [34S & 31S] Unique display mode: significant figures - matthiaspaul - 02-13-2015 10:03 PM For easier future reference, there's another interesting thread dealing with significant figures over here: http://www.hpmuseum.org/forum/thread-3073.html Greetings, Matthias |