Revision history of "Demo ideas"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 07:29, 9 June 2021Joseph talk contribs 5,461 bytes +5,461 Created page with "<pre> Demo 0: // Fast Factorial ops.on; factorials={}; //factorials[0]=1; factorials[1]=1; ((2..1500)<>n).map( function (n,i) { //console.log(n,i,n-1,factorials[(n-1)])..."