|
||
---|---|---|
.. | ||
docs/types | ||
lib | ||
ops | ||
sequences | ||
special | ||
tools | ||
package.json | ||
README.md |
Math Iterators
Standard library math iterators.
Usage
var ns = require( '@stdlib/math/iter' );
ns
Standard library math iterators.
var iterators = ns;
// returns {...}
The namespace contains the following sub-namespaces:
Examples
var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/math/iter' );
console.log( objectKeys( ns ) );