@stdlib/utils-async-some-by-right
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-async-any-by-right
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-async-for-each
Invoke a function once for each element in a collection.
@stdlib/simulate-iter-awun
Create an iterator which introduces additive white uniform noise.
@stdlib/simulate-iter-awgn
Create an iterator which introduces additive white Gaussian noise.
@stdlib/math-iter-special-logit
Create an iterator which evaluates the logit function for each iterated value.
@stdlib/math-iter-special-log
Create an iterator which computes the base `b` logarithm.
@stdlib/utils-async-for-each-right
Invoke a function once for each element in a collection, iterating from right to left.
@stdlib/math-iter-special-riemann-zeta
Create an iterator which evaluates the Riemann zeta function for each iterated value.
@stdlib/math-iter-special-atan
Create an iterator which computes the arctangent of each iterated value.
@stdlib/math-iter-special-gamma1pm1
Create an iterator which computes `gamma(x+1) - 1` for each iterated value.
@stdlib/utils-async-some-by
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.
@stdlib/utils-async-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.
@stdlib/utils-async-any-by
Test whether at least one element in a collection passes a test implemented by a predicate function.
math-iter-ops-mod
Create an iterator which performs an element-wise modulo operation of two or more iterators.
@stdlib/math-iter-special-gamma
Create an iterator which evaluates the gamma function for each iterated value.
@stdlib/math-iter-special-atanh
Create an iterator which computes the hyperbolic arctangent of each iterated value.
@stdlib/utils-async-inmap-right
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
@stdlib/math-iter-special-acot
Create an iterator which computes the inverse cotangent of each iterated value.
@stdlib/utils-for-in
Invoke a function for each own and inherited enumerable property of an object.
@stdlib/math-iter-special-betaln
Create an iterator which evaluates the natural logarithm of the beta function.
@stdlib/math-iter-special-versin
Create an iterator which computes the versed sine for each iterated value.
@stdlib/math-iter-ops-add
Create an iterator which performs element-wise addition of two or more iterators.
@stdlib/math-iter-special-sinc
Create an iterator which computes the normalized cardinal sine for each iterated value.
@stdlib/utils-async-every-by-right
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
@stdlib/math-iter-ops-divide
Create an iterator which performs element-wise division of two or more iterators.
@stdlib/simulate-iter-sawtooth-wave
Create an iterator which generates a sawtooth wave.
@stdlib/utils-inmap
Invoke a function for each element in a collection and update the collection in-place.
@stdlib/math-iter-special-dirichlet-eta
Create an iterator which evaluates the Dirichlet eta function for each iterated value.
@stdlib/math-iter-special-sinpi
Create an iterator which computes the sine of each iterated value times π.
@stdlib/math-iter-special-cospi
Create an iterator which computes the cosine of each iterated value times π.
@stdlib/utils-async-inmap
Invoke a function for each element in a collection and update the collection in-place.
@stdlib/simulate-iter-pulse
Create an iterator which generates a pulse waveform.
@stdlib/math-iter-special-asinh
Create an iterator which computes the hyperbolic arcsine of each iterated value.
@stdlib/math-iter-special-sinh
Create an iterator which evaluates the hyperbolic sine for each iterated value.
@stdlib/math-iter-sequences-odd-integers
Create an iterator which generates an interleaved sequence of odd integers.
@stdlib/utils-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.
@stdlib/utils-async-every-by
Test whether all elements in a collection pass a test implemented by a predicate function.
@stdlib/math-iter-special-fresnelc
Create an iterator which computes the Fresnel integral C(x) for each iterated value.
@stdlib/math-iter-special-expm1
Create an iterator which computes `exp(x) - 1` for each iterated value.
@stdlib/math-iter-special-factorial
Create an iterator which evaluates the factorial function for each iterated value.
@stdlib/utils-async-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
@stdlib/math-iter-utils-continued-fraction
Evaluate the terms of a continued fraction.
@stdlib/iter-to-array-view-right
Fill an array-like object view from right to left with values returned from an iterator.
@stdlib/math-iter-special-digamma
Create an iterator which evaluates the digamma function for each iterated value.
@stdlib/math-iter-special-cosh
Create an iterator which computes the hyperbolic cosine for each iterated value.
@stdlib/math-iter-special-asin
Create an iterator which computes the arcsine of each iterated value.
@stdlib/simulate-iter-triangle-wave
Create an iterator which generates a triangle wave.
@stdlib/math-iter-special-dirac-delta
Create an iterator which evaluates the Dirac delta function for each iterated value.
@stdlib/simulate-iter-square-wave
Create an iterator which generates a square wave.
@stdlib/math-iter-special-pow
Create an iterator which evaluates the exponential function.
@stdlib/stats-iter-variance
Compute the unbiased sample variance over all iterated values.
@stdlib/math-iter-special-fresnels
Create an iterator which computes the Fresnel integral S(x) for each iterated value.