Post Reply 
Break line (HP50)
10-27-2020, 02:07 AM (This post was last modified: 10-27-2020 02:35 AM by Gerson W. Barbosa.)
Post: #2
RE: Break line (HP50)
(10-27-2020 12:36 AM)CMarangon Wrote:  My questions are,
1 - How can I from inside a program made the same as
press [Image: asd.jpg] ?

2- How can I remove dots after the numbers link 2. and 500. in log2.(500.)?

1) -52 CF would work on the 48, but apparently it does nothing on the 50g.

2) Assuming your bases are always integer:

« CLEAR "LOGa(b)
Enter a b" "" INPUT OBJ→ → A B
« 'LN(B)/LN(A)' EVAL "log" A R→I "(" B DUP NOT { R→I } IFT ")" + + + + →TAG
»
»


————-

P. S.

Just a small workaround until we figure out what’s the problem with flag -52:

« CLEAR "LOGa(b)
Enter a b" "" INPUT OBJ→ → A B
« 'LN(B)/LN(A)' EVAL "log" A R→I "(" B DUP NOT { R→I } IFT ")" + + + + →TAG →STR TAIL ":" DUP 10. CHR + SREPL DROP
»
»
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Break line (HP50) - CMarangon - 10-27-2020, 12:36 AM
RE: Break line (HP50) - Gerson W. Barbosa - 10-27-2020 02:07 AM
RE: Break line (HP50) - CMarangon - 10-27-2020, 04:42 PM
RE: Break line (HP50) - CMarangon - 10-27-2020, 05:16 PM
RE: Break line (HP50) - Gerson W. Barbosa - 10-27-2020, 08:03 PM
RE: Break line (HP50) - Artur - Brasil - 10-28-2020, 02:16 AM
RE: Break line (HP50) - CMarangon - 10-28-2020, 04:40 AM
RE: Break line (HP50) - Valentin Albillo - 10-29-2020, 12:00 AM
RE: Break line (HP50) - DavidM - 10-29-2020, 12:16 PM
RE: Break line (HP50) - Artur - Brasil - 10-29-2020, 08:15 PM



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