Post Reply 
HP 50G: Long Reals Run Faster than Reals?
08-21-2015, 08:15 PM
Post: #4
RE: HP 50G: Long Reals Run Faster than Reals?
DavidM is correct. Even before the HP48 series (I know as far back as the HP42S), real-number operations were always done after promotion to extended reals. The internal algorithms were/are all done in extended real format and "packed" upon completion. Thus, even a pure SysRPL program that uses regular reals as opposed to extended reals will eventually accumulate enough conversion overhead that it becomes significantly noticeable.

You can check for yourself by simply decompiling one of the SysRPL words that deal with real-number operations using Jazz or the built-in disassembler.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP 50G: Long Reals Run Faster than Reals? - Han - 08-21-2015 08:15 PM



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