@stdlib/utils-define-memoized-configurable-read-only-property
Define a configurable memoized read-only object property.
@stdlib/utils-inherited-nonenumerable-properties
Return an array of an object's inherited non-enumerable property names and symbols.
@stdlib/array-base-quinary3d
Apply a quinary callback to elements in five three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/utils-until-each
Until a test condition is true, invoke a function for each element in a collection.
@stdlib/assert-is-complex128vector-like
Test if a value is a 1-dimensional ndarray-like object containing double-precision complex floating-point numbers.
@stdlib/random-array-tools-ternary-factory
Create a factory function for generating pseudorandom values drawn from a ternary PRNG.
@stdlib/utils-nonenumerable-property-symbols
Return an array of an object's own non-enumerable symbol properties.
@stdlib/random-array-invgamma
Create an array containing pseudorandom numbers drawn from an inverse gamma distribution.
@stdlib/random-array-levy
Create an array containing pseudorandom numbers drawn from a Lévy distribution.
@stdlib/array-base-quaternary4d
Apply a quaternary callback to elements in four four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/utils-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
@stdlib/iter-while-each
Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated value.
@stdlib/string-right-trim-n
Trim `n` whitespace characters from the end of a string.
@stdlib/utils-values-in
Return an array of an object's own and inherited enumerable property values.
@stdlib/utils-property-descriptors-in
Return an object's own and inherited property descriptors.
@stdlib/math-strided-special-dcbrt-by
Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.
@stdlib/random-strided-arcsine
Fill a strided array with arcsine distributed pseudorandom numbers.
@stdlib/random-array-minstd
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
utils-every-by-right
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
@stdlib/utils-common-keys
Return the common own property names of two or more objects.
@stdlib/ndarray-dispatch-by
Create an ndarray function interface which accepts a callback function and performs multiple dispatch.
@stdlib/complex-conjf
Return the complex conjugate of a single-precision complex floating-point number.
utils-do-while-each-right
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
@stdlib/strided-base-unary-signature-callbacks
Assign callbacks to binary interfaces according to type promotion rules.
@stdlib/iter-do-while-each
Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated value.
@stdlib/random-array-rayleigh
Create an array containing pseudorandom numbers drawn from a Rayleigh distribution.
@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.
@stdlib/random-strided-exponential
Fill a strided array with pseudorandom numbers drawn from an exponential distribution.
@stdlib/utils-key-by
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.
@stdlib/utils-some
Test whether a collection contains at least `n` elements which are truthy.
@stdlib/utils-inherited-property-names
Return an array of an object's inherited enumerable and non-enumerable property names.
@stdlib/array-typed-unsigned-integer-ctors
Unsigned integer typed array constructors.
@stdlib/random-array-erlang
Create an array containing pseudorandom numbers drawn from an Erlang distribution.
@stdlib/iter-until-each
Create an iterator which, while a test condition is false, invokes a function for each iterated value before returning the iterated value.
@stdlib/utils-some-by-right
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
@stdlib/math-base-tools-evalpolyf
Evaluate a polynomial using single-precision floating-point arithmetic.
@stdlib/strided-dispatch-by
Create a strided array function interface which accepts a callback function and performs multiple dispatch.
@stdlib/random-strided-t
Fill a strided array with pseudorandom numbers drawn from a Student's t distribution.
@stdlib/complex-base-assert-is-equalf
Test whether two single-precision complex floating-point numbers are equal.
random-array-kumaraswamy
Create an array containing pseudorandom numbers drawn from Kumaraswamy's double bounded distribution.
@stdlib/assert-is-complex64ndarray-like
Test if a value is an ndarray-like object containing single-precision complex floating-point numbers.
@stdlib/random-strided-tools
Pseudorandom number generator strided array function tools.
@stdlib/array-one-to-like
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.
@stdlib/array-nans-like
Create an array filled with NaNs and having the same length and data type as a provided array.