@stdlib/function-to-string
Return a string representing the source code of a provided function.
@stdlib/math-base-special-clampf
Restrict a single-precision floating-point number to a specified range.
@stdlib/math-iter-special-sin
Create an iterator which computes the sine of each iterated value.
@stdlib/math-strided-special-smsksqrt
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-smskabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/regexp-color-hexadecimal
Return a regular expression to match a hexadecimal color.
@stdlib/math-base-special-clamp
Restrict a double-precision floating-point number to a specified range.
@stdlib/stats-base-cuminabs
Calculate the cumulative minimum absolute value of a strided array.
@stdlib/stats-base-dmediansorted
Calculate the median value of a sorted double-precision floating-point strided array.
@stdlib/random-iter-chi
Create an iterator for generating pseudorandom numbers drawn from a chi distribution.
@stdlib/math-strided-special-sqrt
Compute the principal square root of each element in a strided array.
@stdlib/math-iter-special-ramp
Create an iterator which evaluates the ramp function for each iterated value.
@stdlib/utils-async-none-by
Test whether all elements in a collection fail a test implemented by a predicate function.
@stdlib/math-iter-sequences-nonnegative-integers
Create an iterator which generates a nonnegative integer sequence.
@stdlib/math-base-special-rcbrt
Compute the reciprocal cube root of a double-precision floating-point number.
@stdlib/stats-base-snanmskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
@stdlib/utils-for-own
Invoke a function for each own enumerable property of an object.
@stdlib/math-base-ops-mulf
Multiply two single-precision floating-point numbers.
@stdlib/math-strided-special-dabs
Compute the absolute value for each element in a double-precision floating-point strided array.
math-base-special-identityf
Evaluate the identity function for a single-precision floating-point number.
assert-is-nan-array
Test if a value is an array-like object containing only NaN values.
@stdlib/stats-base-scuminabs
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
@stdlib/math-strided-special-acovercos-by
Compute the inverse coversed cosine of each element retrieved from an input strided array via a callback function.
top-trumps
🃏 Creation of the Top Trumps game where the theme and cards were inspired by great names responsible for the technology revolution and I dedicate it to Ada Lovelace to honor her contributions to humanity as one of the leading women in science and math.
@stdlib/math-strided-special-dmskinv
Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/stats-base-srange
Calculate the range of a single-precision floating-point strided array.
@stdlib/math-strided-special-sabs
Compute the absolute value for each element in a single-precision floating-point strided array.
@stdlib/math-strided-ops-mul-by
Element-wise multiplication of two strided arrays via a callback function.
@stdlib/math-base-tools-evalrationalf
Evaluate a rational function using single-precision floating-point arithmetic.
@stdlib/math-strided-special-sramp
Evaluate the ramp function for each element in a single-precision floating-point strided array.
@stdlib/random-streams-frechet
Create a readable stream for generating pseudorandom numbers drawn from a Fréchet distribution.
@stdlib/stats-base-sdsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.
@stdlib/random-iter-logistic
Create an iterator for generating pseudorandom numbers drawn from a logistic distribution.
@stdlib/assert-is-float32ndarray-like
Test if a value is an ndarray-like object containing single-precision floating-point numbers.
@stdlib/blas-ext-base-dnansumors
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
@stdlib/random-streams-bernoulli
Create a readable stream for generating pseudorandom numbers drawn from a Bernoulli distribution.
@stdlib/random-streams-logistic
Create a readable stream for generating pseudorandom numbers drawn from a logistic distribution.
@stdlib/math-strided-special-smskrsqrt
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/stats-iter-curange
Create an iterator which iteratively computes a cumulative range.
stats-iter-cumidrange
Create an iterator which iteratively computes a cumulative mid-range.
math-iter-sequences-nonsquares
Create an iterator which generates a sequence of nonsquares.
@stdlib/array-zeros-like
Create a zero-filled array having the same length and data type as a provided array.
@stdlib/random-iter-binomial
Create an iterator for generating pseudorandom numbers drawn from a binomial distribution.
math-strided-special-sceil
Round each element in a single-precision floating-point strided array toward positive infinity.
@stdlib/stats-iter-cumax
Create an iterator which iteratively computes a cumulative maximum value.
@stdlib/math-base-special-ceilb
Round a numeric value to the nearest multiple of b^n toward positive infinity.
@stdlib/utils-do-until-each-right
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
@stdlib/stats-base-snanminabs
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.