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:
unary( table )
: multiple dispatch for unary mathematical functions.
Examples
var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/math/tools' );
console.log( objectKeys( ns ) );