Standard library math base implementations.
var math = require( '@stdlib/math/base' );
Standard library base math.
var ns = math;
// returns {...}
var getKeys = require( 'object-keys' ).shim();
var ns = require( '@stdlib/math/base' );
console.log( getKeys( ns ) );