Standard library fast math special functions.
var fmath = require( '@stdlib/fastmath/special' );
Standard library fast math special functions.
var fcns = fmath;
// returns {...}
var getKeys = require( 'object-keys' ).shim();
var fmath = require( '@stdlib/fastmath/special' );
console.log( getKeys( fmath ) );