Post Reply 
Summation based benchmark for calculators
03-22-2021, 05:51 PM
Post: #211
RE: Summation based benchmark for calculators
TI-82 - 0497 Date Code

Iterations=1000
Time=~115s
Result=1395.346288

Program taken from earlier post:

Code:
:Prompt N:0
:For(X,1,N,1)
:Ans+cube_root(e^(sin(atan(X))))
:End:Ans
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Summation based benchmark for calculators - Xorand - 03-22-2021 05:51 PM



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