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/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/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/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/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/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-erf • Rank 2.8 • Science 44%

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

Updated 6 months ago

@stdlib/utils-map-arguments • Rank 2.8 • Science 44%

Create a function that applies arguments to a provided function after transforming arguments according to a callback function.

Updated 6 months ago

@stdlib/math-iter-special-signum • Rank 2.8 • Science 44%

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

Updated 6 months ago

@stdlib/math-iter-special-log1pexp • Rank 2.8 • Science 44%

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

Updated 6 months ago

@stdlib/math-iter-special-erfinv • Rank 2.8 • Science 44%

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

Updated 6 months ago

@stdlib/utils-map4d • Rank 2.6 • Science 44%

Apply a function to each nested element in a four-dimensional nested array and assign the result to a nested element in a new four-dimensional nested array.

Updated 6 months ago

@stdlib/utils-map5d • Rank 2.5 • Science 44%

Apply a function to each nested element in a five-dimensional nested array and assign the result to a nested element in a new five-dimensional nested array.

Updated 6 months ago

@stdlib/utils-decorate-after • Rank 2.1 • Science 44%

Decorate a provided function such that the function's return value is provided as an argument to another function.

Updated 6 months ago

@stdlib/utils-mask-arguments • Rank 1.8 • Science 44%

Create a function that invokes a provided function according to an argument mask.

Updated 6 months ago

@stdlib/utils-map2d • Rank 1.8 • Science 44%

Apply a function to each nested element in an array of arrays and assign the result to a nested element in a new array of arrays.

Updated 6 months ago

math-base-special-signum • Rank 0.0 • Science 44%

Evaluate the signum function for a double-precision floating-point number.

Updated 6 months ago

utils-uncurry • Rank 0.0 • Science 44%

Transform a curried function into a function invoked with multiple arguments.

Updated 6 months ago

@stdlib/utils-map3d • Rank 2.5 • Science 26%

Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.

Updated 6 months ago

@stdlib/math-iter-special-erfcinv • Science 44%

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

Updated 6 months ago

math-base-special-bernoullif • Science 44%

Compute the nth Bernoulli number as a single-precision floating-point number.

Updated 6 months ago

@stdlib/random-strided-tools-binary-factory • Science 44%

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

Updated 6 months ago

math-base-special-fibonaccif • Science 44%

Compute the nth Fibonacci number as a single-precision floating-point number.

Updated 6 months ago

@stdlib/random-array-tools-unary-factory • Science 44%

Create a factory function for generating pseudorandom values drawn from a unary PRNG.

Updated 6 months ago

random-tools-unary-factory • Science 44%

Create a function for generating pseudorandom numbers drawn from a single-parameter probability distribution.

Updated 6 months ago

math-base-special-gamma-lanczos-sum-expg-scaledf • Science 26%

This repository provides an efficient implementation of the scaled gamma function using the Lanczos sum. It aims to enhance numerical accuracy in computations, making it a valuable tool for developers working with mathematical applications. 🛠️📊

Updated 6 months ago

math-base-special-gammasgnf • Science 44%

Computes the sign of the gamma function for a single-precision floating-point number.

Updated 6 months ago

@stdlib/math-iter-special-log10 • Science 44%

Create an iterator which evaluates the common logarithm (logarithm with base 10) for each iterated value.

Updated 6 months ago

math-base-special-fibonacci-indexf • Science 44%

Compute the Fibonacci number index of a single-precision floating-point number.

Updated 6 months ago

extra-async-function • Science 54%

An async function is a function that delivers its result asynchronously (through Promise).

Updated 6 months ago

math-array-tools-unary-factory • Science 44%

Create a function for applying a unary function to each element in a provided array.

Updated 6 months ago

math-base-special-fmodf • Science 44%

Evaluate the modulus function for single-precision floating-point numbers.

Updated 6 months ago

math-base-special-lucasf • Science 44%

Compute the nth Lucas number as a single-precision floating-point number.

Updated 6 months ago

math-base-special-negafibonaccif • Science 44%

Compute the nth negaFibonacci number as a single-precision floating-point number.

Updated 6 months ago

math-base-special-fibonaccif • Science 44%

Compute the nth Fibonacci number as a single-precision floating-point number.

Updated 6 months ago

ndarray-base-unary-reduce-strided1d-dispatch-by • Science 26%

This repository provides efficient methods for unary reduction operations on strided 1D arrays. Explore the code and contribute to the future of numerical computation! 🐱💻✨

Updated 6 months ago

math-base-special-negalucasf • Science 44%

Compute the nth negaLucas number in single-precision floating-point format.

Updated 6 months ago

@stdlib/math-iter-special-log2 • Science 44%

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

Updated 6 months ago

https://github.com/anibulus/azure.function.net • Science 13%

Azure Function allows to trigger actions in many ways and this project is a sample in .Net 6/8

Updated 6 months ago

@stdlib/random-strided-tools-ternary-factory • Science 44%

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