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] P2 for the summation: Code: [Kout][1] 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) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 37 Guest(s)