@stdlib/math-iter-special-factorialln
Create an iterator which evaluates the natural logarithm of the factorial function for each iterated value.
@stdlib/math-iter-special-beta
Create an iterator which evaluates the beta function.
@stdlib/math-iter-special-exp10
Create an iterator which evaluates the base 10 exponential function for each iterated value.
@stdlib/math-iter-special-exp
Create an iterator which evaluates the natural exponential function for each iterated value.
@stdlib/math-base-special-signumf
Evaluate the signum function for a single-precision floating-point number.
@stdlib/utils-map-arguments
Create a function that applies arguments to a provided function after transforming arguments according to a callback function.
@stdlib/utils-map4d
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.
@stdlib/utils-map5d
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.
@stdlib/random-array-tools-ternary-factory
Create a factory function for generating pseudorandom values drawn from a ternary PRNG.
@stdlib/utils-map2d
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.
math-iter-special-spence
Create an iterator which evaluates Spence's function for each iterated value.
math-base-special-signum
Evaluate the signum function for a double-precision floating-point number.
@stdlib/utils-map3d
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.
math-base-special-nonfibonaccif
Compute the nth non-Fibonacci single-precision floating-point number.
@stdlib/math-iter-special-erfcinv
Create an iterator which evaluates the inverse complementary error function for each iterated value.
math-base-special-bernoullif
Compute the nth Bernoulli number as a single-precision floating-point number.
@stdlib/random-strided-tools-binary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.
math-base-special-fibonaccif
Compute the nth Fibonacci number as a single-precision floating-point number.
@stdlib/random-array-tools-unary-factory
Create a factory function for generating pseudorandom values drawn from a unary PRNG.
random-tools-unary-factory
Create a function for generating pseudorandom numbers drawn from a single-parameter probability distribution.
math-base-special-gamma-lanczos-sum-expg-scaledf
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. 🛠️📊
math-base-special-binomcoeff
Compute the binomial coefficient as a single-precision floating-point number.
ndarray-base-unary-strided1d-dispatch-factory
Create a function for applying a strided function to a provided ndarray.
math-base-special-gammasgnf
Computes the sign of the gamma function for a single-precision floating-point number.
math-base-special-fibonacci-indexf
Compute the Fibonacci number index of a single-precision floating-point number.
extra-async-function
An async function is a function that delivers its result asynchronously (through Promise).
math-array-tools-unary-factory
Create a function for applying a unary function to each element in a provided array.
math-base-special-fmodf
Evaluate the modulus function for single-precision floating-point numbers.
math-base-special-lucasf
Compute the nth Lucas number as a single-precision floating-point number.
math-base-special-negafibonaccif
Compute the nth negaFibonacci number as a single-precision floating-point number.
math-base-special-fibonaccif
Compute the nth Fibonacci number as a single-precision floating-point number.
ndarray-base-unary-reduce-strided1d-dispatch-by
This repository provides efficient methods for unary reduction operations on strided 1D arrays. Explore the code and contribute to the future of numerical computation! 🐱💻✨
math-base-special-negalucasf
Compute the nth negaLucas number in single-precision floating-point format.
https://github.com/anibulus/azure.function.net
Azure Function allows to trigger actions in many ways and this project is a sample in .Net 6/8
@stdlib/random-strided-tools-ternary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.