Updated 10 months ago

@stdlib/string-base-replace-before • Rank 3.6 • Science 44%

Replace the substring before the first occurrence of a specified search string.

Updated 10 months ago

@stdlib/math-base-special-sqrtpi • Rank 3.6 • Science 44%

Compute the principal square root of the product of π and a positive number.

Updated 9 months ago

@stdlib/math-base-special-cflipsignf • Rank 3.6 • Science 44%

Return a single-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.

Updated 10 months ago

@stdlib/math-strided-special-smskcbrt • Rank 3.6 • Science 44%

Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 10 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 10 months ago

@stdlib/blas-ext-base-dsort2ins • Rank 3.6 • Science 44%

Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.

Updated 10 months ago

@stdlib/random-streams-arcsine • Rank 3.6 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from an arcsine distribution.

Updated 10 months ago

@stdlib/utils-async-none-by-right • Rank 3.6 • Science 44%

Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.

Updated 10 months ago

@stdlib/iter-to-array-view-right • Rank 3.6 • Science 44%

Fill an array-like object view from right to left with values returned from an iterator.

Updated 10 months ago

@stdlib/string-prev-grapheme-cluster-break • Rank 3.6 • Science 44%

Return the previous extended grapheme cluster break in a string before a specified position.

Updated 10 months ago

@stdlib/blas-ext-base-dsnannsumors • Rank 3.6 • Science 44%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.

Updated 10 months ago

@stdlib/stats-base-snanmskrange • Rank 3.6 • Science 44%

Calculate the range of a single-precision floating-point strided array according to a mask, ignoring NaN values.

Updated 10 months ago

@stdlib/random-streams-uniform • Rank 3.6 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a uniform distribution.

Updated 9 months ago

@stdlib/random-iter-cauchy • Rank 3.6 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Cauchy distribution.

Updated 10 months ago

@stdlib/math-strided-special-dmsksqrt • Rank 3.6 • Science 44%

Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 10 months ago

@stdlib/array-base-mskreject • Rank 3.6 • Science 44%

Return a new array by applying a mask to a provided input array.

Updated 10 months ago

@stdlib/stats-base-snanmaxabs • Rank 3.6 • Science 44%

Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.

Updated 10 months ago

@stdlib/random-streams-geometric • Rank 3.6 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a geometric distribution.

Updated 10 months ago

@stdlib/utils-async-if-else • Rank 3.6 • Science 44%

If a predicate function returns a truthy value, return `x`; otherwise, return `y`.

Updated 10 months ago

@stdlib/random-streams-gumbel • Rank 3.6 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a Gumbel distribution.

Updated 10 months ago

@stdlib/array-base-flipud3d • Rank 3.6 • Science 44%

Reverse the order of elements along the second-to-last dimension of a three-dimensional nested input array.

Updated 10 months ago

@stdlib/number-float64-base-from-int64-bytes • Rank 3.6 • Science 44%

Convert a signed 64-bit integer byte array to a double-precision floating-point number.

Updated 10 months ago

@stdlib/math-strided-special-smskinv • Rank 3.6 • Science 44%

Compute the multiplicative inverse for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 10 months ago

@stdlib/blas-ext-base-gsort2ins • Rank 3.6 • Science 44%

Simultaneously sort two strided arrays based on the sort order of the first array using insertion sort.

Updated 10 months ago

@stdlib/math-strided-special-ssqrt • Rank 3.5 • Science 44%

Compute the principal square root for each element in a single-precision floating-point strided array.

Updated 10 months ago

@stdlib/stats-base-dmskmax • Rank 3.5 • Science 44%

Calculate the maximum value of a double-precision floating-point strided array according to a mask.

Updated 10 months ago

@stdlib/math-base-special-bessely0 • Rank 3.5 • Science 44%

Compute the Bessel function of the second kind of order zero.

Updated 10 months ago

@stdlib/random-iter-weibull • Rank 3.5 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Weibull distribution.

Updated 10 months ago

@stdlib/random-iter-frechet • Rank 3.5 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Fréchet distribution.

Updated 10 months ago

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

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

Updated 10 months ago

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

Create an iterator which computes the hyperbolic cosine for each iterated value.

Updated 10 months ago

@stdlib/assert-is-float32matrix-like • Rank 3.5 • Science 44%

Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.

Updated 10 months ago

@stdlib/utils-curry-right • Rank 3.5 • Science 44%

Transform a function into a sequence of functions each accepting a single argument.