Updated 10 months ago

stats-strided-min-by • Science 44%

Calculate the minimum value of a strided array via a callback function.

Updated 10 months ago

math-base-special-ldexpf • Science 44%

Multiply a single-precision floating-point number by an integer power of two.

Updated 10 months ago

stats-strided-nanmax-by • Science 44%

Calculate the maximum value of a strided array via a callback function, ignoring NaN values.

Updated 10 months ago

stats-strided-nanmin-by • Science 44%

Calculate the minimum value of a strided array via a callback function, ignoring NaN values.

Updated 10 months ago

@stdlib/array-base-filter • Science 44%

Return a shallow copy of an array containing only those elements which pass a test implemented by a predicate function.

Updated 10 months ago

@stdlib/array-base-quaternary5d • Science 44%

Apply a quaternary callback to elements in four five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.

Updated 10 months ago

@stdlib/array-base-broadcasted-ternary2d • Science 44%

Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a two-dimensional nested output array.

Updated 10 months ago

assert-napi-is-dataview • Science 26%

This repository provides a simple way to check if a value is a DataView in JavaScript. It streamlines your code and enhances type safety in numerical computations. 🛠️📦

Updated 10 months ago

ndarray-base-unary-reduce-subarray-by • Science 44%

Perform a reduction over a list of specified dimensions in an input ndarray according to a callback function and assign results to a provided output ndarray.

Updated 10 months ago

ndarray-base-unary-reduce-strided1d-by • Science 44%

Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function accepting a callback and assign results to a provided output ndarray.

Updated 10 months ago

@stdlib/string-base-replace-after • Science 44%

Replace the substring after the first occurrence of a specified search string.

Updated 10 months ago

napi-argv-dataview • Science 26%

This repository provides a way to work with DataView in Node.js, allowing seamless manipulation of binary data. 🌐 Explore efficient numerical computations with ease and flexibility. 🛠️

Updated 10 months ago

number-float64-base-identity • Science 44%

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

Updated 10 months ago

stats-strided-dcovarmtk • Science 26%

Calculate the covariance of two double-precision floating-point strided arrays provided known means and using a one-pass textbook algorithm.

Updated 10 months ago

math-base-special-versinf • Science 26%

Explore the math-base-special-version library for efficient numerical and scientific computation in JavaScript. Ideal for web and Node.js applications. 🚀📊

Updated 10 months ago

stats-strided-snanmin • Science 44%

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

Updated 10 months ago

@stdlib/assert-is-complex128matrix-like • Science 44%

Test if a value is a 2-dimensional ndarray-like object containing double-precision complex floating-point numbers.

Updated 10 months ago

wasm-base-arrays2ptrs • Science 44%

Convert a list of arrays to pointers (i.e., byte offsets) in WebAssembly module memory.

Updated 10 months ago

blas-ext-base-sindex-of • Science 44%

Return the first index of a specified search element in a single-precision floating-point strided array.

Updated 10 months ago

blas-ext-base-ndarray-gindex-of • Science 44%

Return the first index of a specified search element in a one-dimensional ndarray.

Updated 10 months ago

stats-strided-smaxsorted • Science 44%

Calculate the maximum value of a sorted single-precision floating-point strided array.

Updated 10 months ago

math-base-special-atandf • Science 44%

Compute the arctangent(in degrees) of a single-precision floating-point number.

Updated 10 months ago

array-fixed-endian-factory • Science 44%

Return a typed array constructor for creating typed arrays having a specified byte order.

Updated 10 months ago

complex-float64-base-assert-is-almost-equal • Science 44%

Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).

Updated 10 months ago

iter-cusome-by • Science 44%

Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.

Updated 10 months ago

strided-base-stride2offset • Science 44%

Determine the index offset which specifies the location of the first indexed value in a strided array.

Updated 10 months ago

stats-array-nanmskrange • Science 44%

Calculate the range of an array according to a mask, ignoring NaN values.

Updated 10 months ago

@stdlib/random-strided-minstd-shuffle • Science 44%

Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.

Updated 10 months ago

@stdlib/napi-argv-float32array • Science 44%

Convert a Node-API value to a single-precision floating-point array.

Updated 10 months ago

@stdlib/napi-argv-strided-float32array • Science 44%

Convert a Node-API value representing a strided array to a single-precision floating-point array.

Updated 10 months ago

ndarray-includes • Science 44%

Test whether an ndarray contains a specified value along one or more dimensions.

Updated 10 months ago

@stdlib/iter-cuany • Science 44%

Create an iterator which cumulatively tests whether at least one iterated value is truthy.

Updated 10 months ago

ndarray-base-output-policy-str2enum • Science 44%

Return the enumeration constant associated with an output ndarray data type policy string.

Updated 10 months ago

iter-cunone-by • Science 44%

Create an iterator which cumulatively tests whether every iterated value fails a test implemented by a predicate function.

Updated 10 months ago

iter-cuevery • Science 44%

Create an iterator which cumulatively tests whether every iterated value is truthy.

Updated 10 months ago

@stdlib/complex-float32-real • Science 44%

Return the real component of a single-precision complex floating-point number.

Updated 10 months ago

@stdlib/napi-argv-complex64 • Science 44%

Convert a Node-API value to a single-precision complex floating-point number.

Updated 10 months ago

math-base-special-atan2d • Science 44%

Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).

Updated 10 months ago

ndarray-every • Science 44%

Test whether every element along one or more ndarray dimensions is truthy.

Updated 10 months ago

array-base-mskbinary5d • Science 44%

Apply a binary callback to elements in two five-dimensional nested input arrays according to elements in a five-dimensional nested mask array and assign results to elements in a five-dimensional nested output array.

Updated 10 months ago

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

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

Updated 10 months ago

stats-strided-dvariancech • Science 57%

Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 10 months ago

stats-strided-smaxabssorted • Science 44%

Calculate the maximum absolute value of a sorted single-precision floating-point strided array.

Updated 10 months ago

stats-cumax • Science 44%

Compute the cumulative maximum value along one or more ndarray dimensions.

Updated 10 months ago

stats-strided-dvariancewd • Science 57%

Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.

Updated 10 months ago

ndarray-base-count-truthy • Science 44%

Count the number of truthy elements in an ndarray.

Updated 10 months ago

wasm-base-array2dtype • Science 44%

Return the WebAssembly data type for a provided array.

Updated 10 months ago

stats-base-ndarray-dztest • Science 44%

Compute a one-sample Z-test for a one-dimensional double-precision floating-point ndarray.

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

constants-float32-max-safe-lucas • Science 44%

Maximum safe Lucas number when stored in single-precision floating-point format.

Updated 10 months ago

stats-base-ztest-two-sample-results-struct-factory • Science 44%

Create a new struct constructor tailored to a specified floating-point data type.

Updated 10 months ago

@stdlib/ndarray-base-expand-dimensions • Science 44%

Expand the shape of an array by inserting a new dimension of size one at a specified axis.

Updated 10 months ago

ndarray-vector-ctor • Science 44%

Create a vector (i.e., a one-dimensional ndarray).

Updated 10 months ago

wasm-base-dtype2wasm • Science 44%

Return the WebAssembly data type associated with a provided array data type value.

Updated 10 months ago

@stdlib/random-array-bernoulli • Science 44%

Create an array containing pseudorandom numbers drawn from a Bernoulli distribution.

Updated 10 months ago

@stdlib/string-base-distances-hamming • Science 44%

Calculate the Hamming distance between two equal-length strings.

Updated 10 months ago

array-base-first • Science 44%

Return the first element of an array-like object.

Updated 10 months ago

@stdlib/array-base-fillednd-by • Science 44%

Create a filled n-dimensional nested array according to a provided callback function.

Updated 10 months ago

@stdlib/array-base-unary4d • Science 44%

Apply a unary callback to elements in a four-dimensional nested input array and assign results to elements in a four-dimensional nested output array.

Updated 10 months ago

stats-strided-dnanvariancepn • Science 57%

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.

Updated 10 months ago

math-base-special-atan2f • Science 44%

Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y) as a single-precision floating-point number.

Updated 10 months ago

stats-strided-dnanstdevch • Science 44%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.

Updated 10 months ago

@stdlib/array-base-map4d • Science 44%

Apply a function to elements in a four-dimensional nested input array and assign results to elements in a new four-dimensional nested output array.