Updated 6 months ago

@stdlib/math-iter-tools-map • Rank 5.8 • Science 44%

Create an iterator which invokes a unary function accepting a single numeric argument for each iterated value.

Updated 6 months ago

@stdlib/iter-pop • Rank 5.3 • Science 44%

Create an iterator which skips the last value of a provided iterator.

Updated 6 months ago

@stdlib/iter-for-each • Rank 4.5 • Science 44%

Create an iterator which invokes a function for each iterated value before returning the iterated value.

Updated 6 months ago

@stdlib/iter-slice • Rank 4.3 • Science 44%

Create an iterator which returns a subsequence of iterated values from a provided iterator.

Updated 6 months ago

@stdlib/math-iter-special-besselj1 • Rank 4.2 • Science 44%

Create an iterator which evaluates the Bessel function of the first kind of order one for each iterated value.

Updated 6 months ago

@stdlib/math-iter-tools-map2 • Rank 4.1 • Science 44%

Create an iterator which invokes a binary function accepting numeric arguments for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-ceil10 • Rank 4.1 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 toward positive infinity.

Updated 6 months ago

math-iter-ops-mod • Rank 4.0 • Science 44%

Create an iterator which performs an element-wise modulo operation of two or more iterators.

Updated 6 months ago

@stdlib/math-iter-special-gamma • Rank 4.0 • Science 44%

Create an iterator which evaluates the gamma function for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-log1p • Rank 4.0 • Science 44%

Create an iterator which evaluates the natural logarithm of 1+x for each iterated value.

Updated 6 months ago

@stdlib/iter-concat • Rank 3.9 • Science 44%

Create an iterator which iterates over the values of two or more iterators.

Updated 6 months ago

@stdlib/math-iter-special-trunc10 • Rank 3.9 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 toward zero.

Updated 6 months ago

@stdlib/math-iter-ops-add • Rank 3.8 • Science 44%

Create an iterator which performs element-wise addition of two or more iterators.

Updated 6 months ago

@stdlib/math-iter-special-sinc • Rank 3.8 • Science 44%

Create an iterator which computes the normalized cardinal sine for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-round10 • Rank 3.8 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 on a linear scale.

Updated 6 months ago

@stdlib/math-iter-special-cbrt • Rank 3.7 • Science 44%

Create an iterator which computes the cube root of each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-sinpi • Rank 3.7 • Science 44%

Create an iterator which computes the sine of each iterated value times π.

Updated 6 months ago

@stdlib/math-iter-special-cospi • Rank 3.7 • Science 44%

Create an iterator which computes the cosine of each iterated value times π.

Updated 6 months ago

@stdlib/math-iter-special-sinh • Rank 3.7 • Science 44%

Create an iterator which evaluates the hyperbolic sine for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-sqrt • Rank 3.6 • Science 44%

Create an iterator which computes the principal square root of each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-fresnelc • Rank 3.6 • Science 44%

Create an iterator which computes the Fresnel integral C(x) for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-besselj0 • Rank 3.6 • Science 44%

Create an iterator which evaluates the Bessel function of the first kind of order zero for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-floor10 • Rank 3.5 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 toward negative infinity.

Updated 6 months ago

@stdlib/math-iter-special-fresnels • Rank 3.5 • Science 44%

Create an iterator which computes the Fresnel integral S(x) for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-trunc2 • Rank 3.5 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two toward zero.

Updated 6 months ago

@stdlib/math-iter-special-gammaln • Rank 3.4 • Science 44%

Create an iterator which evaluates the natural logarithm of the gamma function for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-floor2 • Rank 3.4 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two toward negative infinity.

Updated 6 months ago

@stdlib/math-iter-special-erfc • Rank 3.3 • Science 44%

Create an iterator which evaluates the complementary error function for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-atan2 • Rank 3.2 • Science 44%

Create an iterator which computes the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).

Updated 6 months ago

@stdlib/math-iter-special-log1mexp • Rank 3.2 • Science 44%

Create an iterator which evaluates the natural logarithm of 1-exp(-|x|) for each iterated value.

Updated 6 months ago

@stdlib/iter-filter-map • Rank 3.2 • Science 44%

Create an iterator which both filters and maps the values of another iterator.

Updated 6 months ago

@stdlib/math-iter-special-ln • Rank 3.2 • Science 44%

Create an iterator which evaluates the natural logarithm for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-exp2 • Rank 3.1 • Science 44%

Create an iterator which evaluates the base 2 exponential function for each iterated value.

Updated 6 months ago

@stdlib/iter-fill • Rank 3.1 • Science 44%

Create an iterator which replaces all values from a provided iterator from a start index to an end index with a static value.

Updated 6 months ago

@stdlib/math-iter-special-expm1rel • Rank 3.1 • Science 44%

Create an iterator which evaluates the relative error exponential for each iterated value.

Updated 6 months ago

@stdlib/iter-unique-by • Rank 3.1 • Science 44%

Create an iterator which returns unique values according to a predicate function.

Updated 6 months ago

@stdlib/math-iter-special-exp10 • Rank 3.0 • Science 44%

Create an iterator which evaluates the base 10 exponential function for each iterated value.

Updated 6 months ago

@stdlib/iter-filter • Rank 3.0 • Science 44%

Create an iterator which filters the values of another iterator according to a predicate function.

Updated 6 months ago

math-iter-special-cosm1 • Rank 3.0 • Science 44%

Create an iterator which computes `cos(x) - 1` for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-deg2rad • Rank 3.0 • Science 44%

Create an iterator which converts an angle from degrees to radians for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-exp • Rank 3.0 • Science 44%

Create an iterator which evaluates the natural exponential function for each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-abs2 • Rank 3.0 • Science 44%

Create an iterator which computes the squared absolute value of each iterated value.

Updated 6 months ago

@stdlib/math-iter-special-floor • Rank 2.9 • Science 44%

Create an iterator which rounds each iterated value toward negative infinity.