Math functions applied to arrays.
var ns = require( '@stdlib/math/array' );
Namespace containing math functions applied to arrays.
var o = ns;
// returns {...}
The namespace consists of the following sub-namespaces:
var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/math/array' );
console.log( objectKeys( ns ) );