function factorial(x) { var x; for (var i = x - 1; i > 0; i--) { x = x * i; } return x; }

Add new attachment

In order to upload a new attachment to this page, please use the following box to find the file, then click on “Upload”.
« This page (revision-1) was last changed on 06-Dec-2006 20:24 by null