Post Reply 
Summation based benchmark for calculators
09-25-2020, 03:45 AM (This post was last modified: 09-25-2020 04:22 AM by Mjim.)
Post: #198
RE: Summation based benchmark for calculators
Just recently got hold of a Casio fx-50F (introduced 1987, but from the catalogues, still sold in 2000 and perhaps even later). Programming is limited to 29 steps (each single digit is counted as a step, so you want to set up constants in memory pre-program).

I split the program between 2 program slots P1 & P2, though you don't really need P1, as [FMLA][A] just maps to memory 1, so just send the value for n to this memory before starting the program P2.

P1 for the input and to clear the memory:
Code:
[FMLA][A]
[AC]
[SHIFT][Min]

P2 for the summation:
Code:
[Kout][1]
[SHIFT][tan^-1]
[sin]
[SHIFT][e^x]
[SHIFT][x^(1/3)] <---cube root
[M+]
[1]
[SHIFT][Kin][-][1]
[Kout][1]
[SHIFT][x>0]
[MR]

Summation Benchmark n=10:
Average of 3 tests (Degrees): 18.7 seconds
Result: 13.7118350165

Summation Benchmark n=100:
Average of 3 tests (Degrees): 187.1 seconds
Result: 139.297187029

Summation Benchmark n=1000:
Test 1 (Degrees): 1814 seconds
Test 2 (Radians): 1828 seconds
Result: 1395.34628605 (same for both tests, whether degrees or radians)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Summation based benchmark for calculators - Mjim - 09-25-2020 03:45 AM



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