Skip to content

Files

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 7, 2024
Jan 7, 2024
Jan 7, 2024
Dec 16, 2020
Dec 16, 2020
Jan 7, 2024
Jan 7, 2024
Jan 7, 2024
Jul 24, 2023
Oct 14, 2021
Oct 14, 2021

Operators

Math operator iterators.

Usage

var ns = require( '@stdlib/math/iter/ops' );

ns

Namespace containing math operator iterators.

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

The namespace contains the following functions for creating iterator protocol-compliant iterators:

Examples

var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/math/iter/ops' );

console.log( objectKeys( ns ) );