Updated 4 months ago

@stdlib/assert-tools-array-function • Rank 20.7 • Science 44%

Return a function which tests if every element in an array passes a test condition.

Updated 4 months ago

@stdlib/math-base-special-copysign • Rank 14.9 • Science 44%

Return a double-precision floating-point number with the magnitude of x and the sign of y.

Updated 4 months ago

@stdlib/assert-tools-array-like-function • Rank 11.6 • Science 44%

Return a function which tests if every element in an array-like object passes a test condition.

Updated 4 months ago

@stdlib/strided-base-function-object • Rank 5.7 • Science 44%

C APIs for creating and managing strided array function objects.

Updated 4 months ago

@stdlib/utils-nary-function • Rank 5.3 • Science 44%

Create a function that invokes a provided function with a specified number of arguments.

Updated 4 months ago

@stdlib/math-base-special-copysignf • Rank 5.3 • Science 44%

Return a single-precision floating-point number with the magnitude of x and the sign of y.

Updated 4 months ago

@stdlib/ndarray-base-function-object • Rank 4.9 • Science 44%

C APIs for creating and managing ndarray function objects.

Updated 4 months ago

@stdlib/utils-curry • Rank 4.3 • Science 44%

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

Updated 4 months ago

@stdlib/math-base-special-flipsignf • Rank 4.3 • Science 44%

Return a single-precision floating-point number with the magnitude of x and the sign of x*y.

Updated 4 months ago

@stdlib/assert-tools-typed-array-function • Rank 4.0 • Science 44%

Return a function which tests if every element in a typed array passes a test condition.

Updated 4 months ago

@stdlib/math-base-special-flipsign • Rank 4.0 • Science 44%

Return a double-precision floating-point number with the magnitude of x and the sign of x*y.

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

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

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

Updated 4 months ago

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

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

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

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

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

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