Tools

Math tools.

Usage

var ns = require( '@stdlib/math/tools' );

ns

Namespace for math tools.

var o = ns;
// returns {...}

The namespace exposes the following functions:

Examples

var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/math/tools' );

console.log( objectKeys( ns ) );
Did you find this page helpful?