Math tools.
var ns = require( '@stdlib/math/tools' );Namespace for math tools.
var o = ns;
// returns {...}The namespace exposes the following functions:
unary( table ): multiple dispatch for unary mathematical functions.
var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/math/tools' );
console.log( objectKeys( ns ) );