Math Standard library math. Usage var math = require( '@stdlib/math' ); math Standard library math. var m = math; // returns {...} Examples var getKeys = require( 'object-keys' ).shim(); var math = require( '@stdlib/math' ); console.log( getKeys( math ) );