Standard library math base implementations.
var math = require( '@stdlib/math/base' );
Standard library base math.
var ns = math;
// returns {...}
The namespace contains the following sub-namespaces:
var getKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/math/base' );
console.log( getKeys( ns ) );