Login Register

using

Need help in using dojox.math

Hi!

I want to access some functions in _base.js in dojox.math. I used the following function but I get an error. Can anyone of you please put me in the correct track??

function getStatistics() {
dojo.require("dojox.math._base");
alert(factorial(5));
}

Syndicate content