Post Reply 
Plus42 (and Free42) minor cosmetic issues
05-25-2022, 08:08 PM (This post was last modified: 05-25-2022 08:09 PM by johanw.)
Post: #21
RE: Plus42 (and Free42) minor cosmetic issues
Buying it on a device with the Play Store and then installing Aurora Store while using that same account is probably much quicker, if you have a phone with the play store available.
Find all posts by this user
Quote this message in a reply
05-25-2022, 10:32 PM
Post: #22
RE: Plus42 (and Free42) minor cosmetic issues
The problem is, if you don't own a cel phone, Google Play will not let you create an acount to download anything.
Find all posts by this user
Quote this message in a reply
05-26-2022, 07:08 AM
Post: #23
RE: Plus42 (and Free42) minor cosmetic issues
(05-25-2022 10:32 PM)Richard Garner Wrote:  The problem is, if you don't own a cel phone, Google Play will not let you create an acount to download anything.

Not just a phone. If you've owned any android device (other than a Fire tablet) at any time since Android has been in the marketplace you'll have a Google Play account.

If the Amazon Fire Tablet is your first Android device you'll be stuck (and that's when you'd have to resort to jailbreaking and suchlike).

There's a great variety of 8" Google Play compatible tablets in the marketplace for $50-$150 that have more than enough processing grunt for calculator emulators (the form factor is great for calculator apps too).

It was recommended to Thomas that he lists his calculators on the Amazon Fire Store in the main Plus42 thread, and I'm sure it's something he'll get to if he feels it's an apt option.
Find all posts by this user
Quote this message in a reply
06-09-2022, 05:01 PM
Post: #24
RE: Plus42 (and Free42) minor cosmetic issues
BTW, why is it not possible to paste from the buffer in every ALPHA-mode input? For example after XEQ ALPHA or STO ALPHA.
It would be a nice minor improvement too.
Find all posts by this user
Quote this message in a reply
06-10-2022, 12:42 AM
Post: #25
RE: Plus42 (and Free42) minor cosmetic issues
(06-09-2022 05:01 PM)Ajaja Wrote:  BTW, why is it not possible to paste from the buffer in every ALPHA-mode input? For example after XEQ ALPHA or STO ALPHA.

If that's an actual question, I encourage you to take a look at the convoluted mess that is the Free42 / Plus42 keystroke handler. Big Grin

But seriously, it's not an unreasonable idea, I'll make a note of it.
Visit this user's website Find all posts by this user
Quote this message in a reply
07-21-2022, 01:44 AM
Post: #26
RE: Plus42 (and Free42) minor cosmetic issues
Useful only on the HP-17B II, but might be a good equation test anyway. I am glad it is working now (it wasn’t two months ago or I had done something wrong).

Code:

IF(S(SIN):(-1)^INT(X÷180+0×L(X:MOD(X:180)×PI÷180))×(2×Σ(K:1:21:4:X^K÷FACT(K))-(EXPM1(X)-EXPM1(-X))÷2)-SIN:IF(S(COS):COS-(-1)^INT(X÷180+0×L(X:MOD(X:180)×PI÷180))×(2×Σ(K:4:20:4:X^K÷FACT(K))+1-(EXPM1(X)+EXPM1(-X))÷2):IF(S(TAN):TAN-(0×L(X:MOD(X:180)×PI÷180)+4×Σ(K:1:21:4:X^K÷FACT(K))-EXPM1(X)+EXPM1(-X))÷(4×Σ(K:4:20:4:X^K÷FACT(K))+2-EXPM1(X)-EXPM1(-X)):IF(S(DEG):X×180÷PI-DEG:IF(S(RAD):X×PI÷180-RAD:IF(S(ASIN):ASIN-(0×(L(B:SGN(X)+IP(X))+L(X:ABS(X))+L(X:IF(X<>1:X÷SQRT(1-SQ(X)):X))+L(X:IF(X<1:L(A:1)×X+L(Q:0):0×(L(Q:PI)+L(A:-1))+INV(X)))+L(X:IF(X>SQRT(2)-1:0×L(V:PI÷2)+(X-1)/(X+1):X+L(V:0))))+(G(Q)+G(A)×(4×Σ(K:1:29:4:X^K÷K)-LNP1(2×X÷(1-X))+G(V)))×G(B)×90÷PI):IF(S(ACOS):ACOS-(0×(L(X:IF(X<>-1:SQRT((1-X)÷(1+X)):X))+L(B:SGN(X))+L(X:ABS(X))+L(X:IF(X<1:L(A:1)×X+L(Q:0):0×(L(Q:PI)×L(A:-1))+INV(X)))+L(X:IF(X>SQRT(2)-1:0×L(V:PI÷2)+(X-1)÷(X+1):X+L(V:0))))+(G(Q)+G(A)×(4×Σ(K:1:29:4:X^K÷K)-LNP1(2×X÷(1-X))+G(V)))×(3-G(B))×90÷PI):ATAN-(0*(L(B:SGN(X))+L(X:ABS(X))+L(X:IF(X<1:L(A:1)×X+L(Q:0):0×(L(Q:PI)+L(A:-1))+INV(X)))+L(X:IF(X>SQRT(2)-1:0×L(V:PI÷2)+(X-1)÷(X+1):X+L(V:0))))+(G(Q)+G(A)×(4×Σ(K:1:29:4:X^K÷K)-LNP1(2×X÷(1-X))+G(V)))×G(B)×90÷PI))))))))

Forensic tests:

8,999999999999999999999999985917536 (X = 9 degrees)

8,999999999994430907634826729950962 (X = 171 degrees)
Find all posts by this user
Quote this message in a reply
07-21-2022, 05:30 AM
Post: #27
RE: Plus42 (and Free42) minor cosmetic issues
(07-21-2022 01:44 AM)Gerson W. Barbosa Wrote:  Useful only on the HP-17B II, but might be a good equation test anyway. I am glad it is working now (it wasn’t two months ago or I had done something wrong).

SGN() was broken, and that was fixed in the latest release (1.0.9).
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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