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