Updated 11 months ago

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

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

Updated 11 months ago

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

Return a shallow copy of a portion of an array.

Updated 11 months ago

@stdlib/math-base-special-asecd • Science 44%

Compute the arcsecant (in degrees) of a double-precision floating-point number.

Updated 11 months ago

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

Cumulatively test whether every element in a provided array is falsy.

Updated 11 months ago

@stdlib/blas-base-transpose-operation-enum2str • Science 44%

Return the BLAS transpose operation string associated with a BLAS transpose operation enumeration constant.

Updated 11 months ago

@stdlib/random-strided-rayleigh • Science 44%

Fill a strided array with pseudorandom numbers drawn from a Rayleigh distribution.

Updated 11 months ago

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

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

Updated 11 months ago

boffo • Science 52%

Boffo is an add-on for Google Sheets written by the Caltech Library. It lets you select item barcodes in a spreadsheet and retrieve information about the item records from a FOLIO server.

Updated 11 months ago

random-array-weibull • Science 44%

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

Updated 11 months ago

array-base-symmetric-banded-filled2d-by • Science 44%

Create a filled two-dimensional symmetric banded nested array according to a provided callback function.

Updated 11 months ago

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

Return the last element of an array-like object.

Updated 11 months ago

@stdlib/array-from-scalar • Science 44%

Create a single-element array containing a provided scalar value.

Updated 11 months ago

@stdlib/ndarray-iter-rows • Science 44%

Create an iterator which iterates over each row in a matrix (or stack of matrices).

Updated 11 months ago

@stdlib/random-strided-mt19937 • Science 44%

Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.

Updated 11 months ago

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

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

Updated 11 months ago

@stdlib/blas-base-operation-side-resolve-str • Science 44%

Return the operation side string associated with a supported BLAS operation side value.

Updated 11 months ago

blas-ext-base-wasm • Science 44%

Extensions to basic linear algebra subprograms (BLAS) compiled to WebAssembly.

Updated 11 months ago

@stdlib/random-strided-geometric • Science 44%

Fill a strided array with pseudorandom numbers drawn from a geometric distribution.

Updated 11 months ago

@stdlib/assert-is-same-complex128 • Science 44%

Test if two arguments are both double-precision complex floating-point numbers and have the same value.

Updated 11 months ago

@stdlib/random-strided-randu • Science 44%

Fill a strided array with uniformly distributed pseudorandom numbers between 0 and 1.

Updated 11 months ago

@stdlib/blas-base-layout-resolve-str • Science 44%

Return the layout string associated with a supported BLAS memory layout value.

Updated 11 months ago

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

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

Updated 11 months ago

string-base-slice-grapheme-clusters • Science 44%

Slice a string based on grapheme cluster (i.e., user-perceived character) indices.

Updated 11 months ago

@stdlib/blas-base-layout-str2enum • Science 44%

Return the enumeration constant associated with a BLAS memory layout string.

Updated 11 months ago

array-base-nulls • Science 44%

Create a generic array filled with null values.

Updated 11 months ago

@stdlib/blas-base-idamax • Science 44%

Find the index of the first element having the maximum absolute value.

Updated 11 months ago

lapack-base-dlamch • Science 44%

Determine double-precision floating-point machine parameters.

Updated 11 months ago

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

Test whether at least one element in an array passes a test implemented by a predicate function.

Updated 11 months ago

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

Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.

Updated 11 months ago

@stdlib/string-replace-before • Science 44%

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

Updated 11 months ago

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

Reverse the order of elements along the last dimension of a two-dimensional nested input array.

Updated 11 months ago

@stdlib/math-base-special-lnf • Science 44%

Evaluate the natural logarithm of a single-precision floating-point number.

Updated 11 months ago

@stdlib/utils-map • Science 44%

Apply a function to each element in an array and assign the result to an element in an output array.

Updated 11 months ago

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

Test whether all elements in an array fail a test implemented by a predicate function.

Updated 11 months ago

number-float64-base-assert • Science 44%

Base double-precision floating-point number assert functions.

Updated 11 months ago

stats-strided-dnanmax • Science 44%

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

Updated 11 months ago

@stdlib/math-base-special-asind • Science 44%

Compute the arcsine (in degrees) of a double-precision floating-point number.

Updated 11 months ago

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

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

Updated 11 months ago

stats-strided-scumin • Science 31%

Calculate the cumulative minimum of single-precision floating-point strided array elements.

Updated 11 months ago

@stdlib/slice-base-sargs2multislice • Science 44%

Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.

Updated 11 months ago

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

Replace elements of an array with provided values according to a provided mask array.

Updated 11 months ago

math-base-special-minmaxf • Science 44%

Return the minimum and maximum of two single-precision floating-point numbers.

Updated 11 months ago

blas-ext-base-ndarray-ssum • Science 44%

Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.

Updated 11 months ago

math-array-special-abs • Science 44%

Compute the absolute value for each element in an input array.

Updated 11 months ago

ndarray-base-spread-dimensions • Science 44%

Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.

Updated 11 months ago

@stdlib/blas-base-operation-side-resolve-enum • Science 44%

Return the enumeration constant associated with a supported BLAS operation side value.

Updated 11 months ago

complex-float64-base-identity • Science 44%

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

Updated 11 months ago

is-string-ascii-es • Science 44%

An ECMAScript (JavaScript & TypeScript) module to determine whether the string is ASCII.

Updated 11 months ago

@stdlib/complex-base-assert-is-equal • Science 44%

Test whether two double-precision complex floating-point numbers are equal.

Updated 11 months ago

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

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

Updated 11 months ago

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

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

Updated 11 months ago

math-base-special-fmodf • Science 44%

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

Updated 11 months ago

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

Apply a unary callback to each element retrieved from a two-dimensional nested input array according to a callback function and assign results to elements in a two-dimensional nested output array.

Updated 11 months ago

@stdlib/random-array-negative-binomial • Science 44%

Create an array containing pseudorandom numbers drawn from a negative binomial distribution.

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

@stdlib/math-base-special-asecf • Science 44%

Compute the inverse (arc) secant of a single-precision floating-point number.

Updated 11 months ago

@stdlib/math-base-special-atand • Science 44%

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

Updated 11 months ago

complex-float32-base-neg • Science 44%

Negate a single-precision complex floating-point number.