Post Reply 
Possible bug on HP50G with very large numbers
10-28-2019, 01:37 PM (This post was last modified: 10-28-2019 02:36 PM by DavidM.)
Post: #6
RE: Possible bug on HP50G with very large numbers
Interesting find!

If your intent is to determine the digit length of the resulting integer from the factorial operation on a 50g, a possible work-around is to simply execute SIZE on the result.

(exact mode assumed)
Code:
282 FACT SIZE

...produces "571." (fraction mark depending on mode, of course).

If you really do need the LOG, the LONGFLOAT library appears to provide an option:

(exact mode assumed)
Code:
282 FACT R←→F FLN 10 R←→F FLN FDIV R←→F

...produces "570.123547475".
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Possible bug on HP50G with very large numbers - DavidM - 10-28-2019 01:37 PM



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