@stdlib/math-iter-special-tan
Create an iterator which evaluates the tangent for each iterated value.
Create an iterator which evaluates the tangent for each iterated value.
Create an iterator which evaluates the hyperbolic tangent for each iterated value.
Create an iterator which computes the normalized cardinal sine for each iterated value.
Create an iterator which evaluates the hyperbolic sine for each iterated value.
Create an iterator which computes the sine of each iterated value times π.
Create an iterator which evaluates Spence's function for each iterated value.
Create an iterator which computes the reciprocal (inverse) square root of each iterated value.
Create an iterator which evaluates the signum function for each iterated value.
Create an iterator which computes the sine of each iterated value.
Test whether a collection contains at least `n` elements which are truthy.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.
Tests whether every own property of an object fails a test implemented by a predicate function.
Invoke a function until a test condition is true.
Until a test condition is true, invoke a function for each element in a collection.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
While a test condition is true, invoke a function for each element in a collection.
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.