time-to-botec/squiggle/node_modules/@stdlib/math/strided/special/README.md
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

32 KiB

Special Functions

Standard library strided array special math functions.

Usage

var ns = require( '@stdlib/math/strided/special' );

ns

Standard library strided array special math functions.

var special = ns;
// returns {...}

The namespace contains the following strided array functions:

Examples

var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/math/strided/special' );

console.log( objectKeys( ns ) );