Base Math
Base (i.e., lower-level) math functions.
Usage
var math = require( '@stdlib/math/base' );
math
Namespace containing "base" (i.e., lower-level) math functions.
var ns = math;
// returns {...}
The namespace has the following sub-namespaces:
Examples
var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/math/base' );
console.log( objectKeys( ns ) );