Updated 6 months ago

@stdlib/random-array-tools-nullary • Rank 8.8 • Science 44%

Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.

Updated 6 months ago

@stdlib/ndarray-base-vind2bind • Rank 8.8 • Science 44%

Convert a linear index in an array view to a linear index in an underlying data buffer.

Updated 6 months ago

@stdlib/ndarray-base-strides2offset • Rank 8.6 • Science 44%

Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.

Updated 6 months ago

@stdlib/string-base-repeat • Rank 8.5 • Science 44%

Repeat a string a specified number of times and return the concatenated result.

Updated 6 months ago

@stdlib/error-tools-pkg2id • Rank 8.3 • Science 44%

Return the error identifier prefix associated with a specified package name.

Updated 6 months ago

@stdlib/error-tools-msg2id • Rank 8.3 • Science 44%

Return a two-character error identifier corresponding to a provided error message.

Updated 6 months ago

@stdlib/process-exec-path • Rank 8.2 • Science 44%

Absolute pathname of the executable which started the current Node.js process.

Updated 6 months ago

@stdlib/math-base-special-abs2 • Rank 8.1 • Science 44%

Compute the squared absolute value of a double-precision floating-point number.

Updated 6 months ago

@stdlib/string-repeat • Rank 8.1 • Science 44%

Repeat a string a specified number of times and return the concatenated result.

Updated 6 months ago

@stdlib/ndarray-base-offset • Rank 8.1 • Science 44%

Return the index offset specifying the underlying buffer index of the first iterated ndarray element.

Updated 6 months ago

@stdlib/array-base-accessor • Rank 7.8 • Science 44%

Create a minimal array-like object supporting the accessor protocol from another array-like object.

Updated 6 months ago

@stdlib/ndarray-same-kind-casts • Rank 7.8 • Science 44%

Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.

Updated 6 months ago

@stdlib/ndarray-base-assert-is-allowed-data-type-cast • Rank 7.7 • Science 44%

Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.