Post Reply 
Summation based benchmark for calculators
08-28-2018, 09:28 PM (This post was last modified: 08-28-2018 09:52 PM by ijabbott.)
Post: #126
RE: Summation based benchmark for calculators
HP-27S
n=1000
t∼120s
Result=1395.3462877

Code:
BENCH=Σ(X:1:1000:1:EXP(SIN(ATAN(X)))^.333333333333)

Surprisingly fast compared to HP-42S.

(I originally used 'INV(3)' instead of '.333333333333', but it was slower due to the extra function overhead. The calculator has no cube root or nth root function.)

— Ian Abbott
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Summation based benchmark for calculators - ijabbott - 08-28-2018 09:28 PM



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