Special math functions.
var ns = require( '@stdlib/math/special' );Namespace containing special math functions.
var o = ns;
// returns {...}abs( x[, options] ): compute the absolute value.
var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/math/special' );
console.log( objectKeys( ns ) );