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

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

Go to download

Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.

There is a newer version: 1.7.15
Show newest version
// 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 - 2024 Weber Informatics LLC | Privacy Policy