Updated 6 months ago

@stdlib/ndarray-base-bind2vind • Rank 3.3 • Science 44%

Convert a linear index in an underlying data buffer to a linear index in an array view.

Updated 6 months ago

@stdlib/function-to-string • Rank 3.3 • Science 44%

Return a string representing the source code of a provided function.

Updated 6 months ago

@stdlib/utils-reverse-arguments • Rank 3.3 • Science 44%

Create a function that invokes a provided function with arguments in reverse order.

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-base-special-cfloorn • Rank 3.3 • Science 44%

Round a complex number to the nearest multiple of 10^n toward negative infinity.

Updated 6 months ago

@stdlib/iter-any-by • Rank 3.3 • Science 44%

Test whether at least one iterated value passes a test implemented by a predicate function.

Updated 6 months ago

@stdlib/math-strided-special-smsksqrt • Rank 3.3 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-smskabs2 • Rank 3.3 • Science 44%

Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/random-iter-chi • Rank 3.3 • Science 44%

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

Updated 6 months ago

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

Test whether all elements in a collection fail a test implemented by a predicate function.

Updated 6 months ago

@stdlib/time-hours-in-year • Rank 3.3 • Science 44%

Determine the number of hours in a year according to the Gregorian calendar.

Updated 6 months ago

@stdlib/math-base-special-rcbrt • Rank 3.3 • Science 44%

Compute the reciprocal cube root of a double-precision floating-point number.

Updated 6 months ago

@stdlib/stats-base-snanmskmax • Rank 3.3 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-dabs • Rank 3.3 • Science 44%

Compute the absolute value for each element in a double-precision floating-point strided array.

Updated 6 months ago

math-base-special-identityf • Rank 3.3 • Science 44%

Evaluate the identity function for a single-precision floating-point number.

Updated 6 months ago

@stdlib/stats-base-scuminabs • Rank 3.3 • Science 44%

Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.

Updated 6 months ago

@stdlib/math-strided-special-acovercos-by • Rank 3.3 • Science 44%

Compute the inverse coversed cosine of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

top-trumps • Rank 3.3 • Science 44%

🃏 Creation of the Top Trumps game where the theme and cards were inspired by great names responsible for the technology revolution and I dedicate it to Ada Lovelace to honor her contributions to humanity as one of the leading women in science and math.

Updated 6 months ago

@stdlib/math-strided-special-dmskinv • Rank 3.3 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-sabs • Rank 3.3 • Science 44%

Compute the absolute value for each element in a single-precision floating-point strided array.

Updated 6 months ago

@stdlib/ndarray-base-reverse-dimension • Rank 3.3 • Science 44%

Return a view of an input ndarray in which the order of elements along a specified dimension is reversed.

Updated 6 months ago

@stdlib/math-base-tools-evalrationalf • Rank 3.3 • Science 44%

Evaluate a rational function using single-precision floating-point arithmetic.

Updated 6 months ago

@stdlib/random-streams-frechet • Rank 3.3 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a Fréchet distribution.

Updated 6 months ago

@stdlib/stats-base-sdsnanmean • Rank 3.3 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.

Updated 6 months ago

@stdlib/random-iter-logistic • Rank 3.3 • Science 44%

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

Updated 6 months ago

@stdlib/assert-is-float32ndarray-like • Rank 3.3 • Science 44%

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

Updated 6 months ago

@stdlib/blas-ext-base-dnansumors • Rank 3.3 • Science 44%

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

Updated 6 months ago

@stdlib/random-streams-bernoulli • Rank 3.3 • Science 44%

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

Updated 6 months ago

@stdlib/random-streams-logistic • Rank 3.3 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-smskrsqrt • Rank 3.3 • Science 44%

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

Updated 6 months ago

@stdlib/utils-map-function • Rank 3.3 • Science 44%

Invoke a function n times and return an array of accumulated function return values.

Updated 6 months ago

@stdlib/random-iter-binomial • Rank 3.3 • Science 44%

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

Updated 6 months ago

math-strided-special-sceil • Rank 3.3 • Science 44%

Round each element in a single-precision floating-point strided array toward positive infinity.

Updated 6 months ago

@stdlib/math-base-special-ceilb • Rank 3.2 • Science 44%

Round a numeric value to the nearest multiple of b^n toward positive infinity.

Updated 6 months ago

@stdlib/utils-do-until-each-right • Rank 3.2 • Science 44%

Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Updated 6 months ago

@stdlib/stats-base-snanminabs • Rank 3.2 • Science 44%

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