Updated 10 months ago

@stdlib/iter-step • Rank 3.4 • Science 44%

Create an iterator which returns a sequence of numbers according to a specified increment.

Updated 10 months ago

@stdlib/blas-ext-base-dsnansum • Rank 3.4 • Science 44%

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

Updated 10 months ago

@stdlib/stats-base-dnanminabs • Rank 3.4 • Science 44%

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

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

@stdlib/utils-reorder-arguments • Rank 3.4 • Science 44%

Create a function that invokes a provided function with reordered arguments.

Updated 10 months ago

@stdlib/stats-base-smskrange • Rank 3.4 • Science 44%

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

Updated 10 months ago

@stdlib/random-strided-tools-unary-factory • Rank 3.4 • Science 44%

Create a factory function for filling strided arrays with pseudorandom values drawn from a unary PRNG.

Updated 10 months ago

@stdlib/utils-async-try-catch • Rank 3.4 • Science 44%

If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.

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

@stdlib/ndarray-base-zeros-like • Rank 3.4 • Science 44%

Create a zero-filled ndarray having the same shape and data type as a provided ndarray.

Updated 10 months ago

@stdlib/utils-object-inverse-by • Rank 3.4 • Science 44%

Invert an object, such that keys become values and values become keys, according to a transform function.

Updated 10 months ago

@stdlib/stats-base-dnanmskmax • Rank 3.4 • Science 44%

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

Updated 10 months ago

@stdlib/strided-base-binary-addon-dispatch • Rank 3.4 • Science 44%

Dispatch to a native add-on applying a binary function to two input strided arrays.

Updated 10 months ago

@stdlib/math-strided-special-dfloor • Rank 3.4 • Science 44%

Round each element in a double-precision floating-point strided array toward negative infinity.

Updated 10 months ago

@stdlib/math-strided-special-sfloor • Rank 3.4 • Science 44%

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

Updated 10 months ago

@stdlib/time-days-in-year • Rank 3.4 • Science 44%

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

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

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

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

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

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

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

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

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

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

Updated 10 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 10 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 10 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 10 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 10 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 10 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 10 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 10 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.