|
||
---|---|---|
.. | ||
assert | ||
docs/types | ||
lib | ||
napi | ||
ops | ||
special | ||
tools | ||
utils | ||
package.json | ||
README.md |
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 ) );