Post Reply 
Summation based benchmark for calculators
04-10-2023, 02:13 PM
Post: #239
RE: Summation based benchmark for calculators
HP Prime G2 V.14603 Python
==========================
100.000 -> 0.84s
1.000.000 -> 8.4s
10.000.000 -> 84.1s

optimized post #238:

x=1/3
Sum = sum(exp(sin(atan(i)))**x for i in range(1,Number+1))
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Summation based benchmark for calculators - gehakte_bits - 04-10-2023 02:13 PM



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