michael@0: // The Great Computer Language Shootout michael@0: // http://shootout.alioth.debian.org/ michael@0: // michael@0: // contributed by Ian Osgood michael@0: michael@0: function A(i,j) { michael@0: return 1/((i+j)*(i+j+1)/2+i+1); michael@0: } michael@0: michael@0: function Au(u,v) { michael@0: for (var i=0; i