All Downloads are FREE. Search and download functionalities are using the official Maven repository.

testsrc.benchmarks.sunspider-0.9.1.math-spectral-norm.js Maven / Gradle / Ivy

// The Great Computer Language Shootout
// http://shootout.alioth.debian.org/
//
// contributed by Ian Osgood

function A(i,j) {
  return 1/((i+j)*(i+j+1)/2+i+1);
}

function Au(u,v) {
  for (var i=0; i




© 2015 - 2025 Weber Informatics LLC | Privacy Policy