https://git.dkl9.net/computation_practice/tree/masterRecent commits to computation_practice (master)2025-06-27T18:11:59-04:00tag:gitlist.org,2012:commit/5db69e57b339e848aab94f9c887ab39b2f512263Implement normalcdf and pick based on arg[1]2025-06-27T18:11:59-04:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/42c074950b4e8225c1de2b0ed51c2fe4d4eddbe0Add sine operation2022-12-27T17:33:26-05:00John Smith
<pre>Player may opt to be challenged to mentally compute sine-values
for inputs from 0 to 1.5
</pre>
tag:gitlist.org,2012:commit/2114a042a4525ed0c14aa625c1512875013f8f8aRadically restructure game mechanics2022-12-08T23:25:47-05:00John Smith
<pre>Now, instead of having a fixed number of trials per game,
the game has a fixed total time, and the player must answer
as many questions as they can within that time;
the game provides a total score based on quantity and quality
of those responses.
</pre>
tag:gitlist.org,2012:commit/75040236235e3fba54822230ae4dabe3b00e3befEnormously generalise problem-handling2022-12-04T22:15:41-05:00John Smith
<pre>* adjustments such as setting time to 4 seconds, #!ing the script
* instead of assuming that the computation takes as input
a list of numbers, the computation may now have a corresponding
problem-type, generated however is reasonable
</pre>
tag:gitlist.org,2012:commit/aebbf981ae2c4f8c67893f923fc7f01efe909366Initial commit2022-11-24T06:04:58-05:00John Smith
<pre>Develop working prototype of computation practice game,
currently only supporting natural logarithm.
</pre>