Skip to content

Latest commit

 

History

History

special

Special Functions

Standard library fast math special functions.

Usage

var fmath = require( '@stdlib/fastmath/special' );

fmath

Standard library fast math special functions.

var fcns = fmath;
// returns {...}

Examples

var getKeys = require( 'object-keys' ).shim();
var fmath = require( '@stdlib/fastmath/special' );

console.log( getKeys( fmath ) );