Casio Calculator Performance Index Report
|
09-09-2023, 12:29 PM
Post: #1
|
|||
|
|||
Casio Calculator Performance Index Report
I just got the Casio fx-9860GIII and I put in one of the two standard benchmarks to test it.
The benchmark is located at https://www.thimet.de/CalcCollection/Cal...mance.html The Casio scores an index of about 4350. That is a very respectable score, according to the table on the site! I wrote the benchmark in Python and since the Casio has no internal timer, I timed the calculator with a stopwatch, then adjusted the number of loops so the runtime is 5 seconds. The calculation of the index on the site is only correct for 1 loop. For multiple loops, the formula is Index = 34 / T * Loops so on the Casio, since I was able to run 640 loops in 5 seconds, the index is Index = 34/5*640 which is an index of 4352.0 Here's the Python program I used: Code: from math import * Tom L Cui bono? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Casio Calculator Performance Index Report - toml_12953 - 09-09-2023 12:29 PM
RE: Casio Calculator Performance Index Report - Steve Simpkin - 09-09-2023, 01:00 PM
RE: Casio Calculator Performance Index Report - toml_12953 - 09-09-2023, 03:54 PM
|
User(s) browsing this thread: 1 Guest(s)