Updated 10 months ago

math-strided-special-sceil • Rank 3.3 • Science 44%

Round each element in a single-precision floating-point strided array toward positive infinity.

Updated 10 months ago

@stdlib/math-base-tools-evalrationalf • Rank 3.3 • Science 44%

Evaluate a rational function using single-precision floating-point arithmetic.

Updated 10 months ago

@stdlib/random-streams-bernoulli • Rank 3.3 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a Bernoulli distribution.

Updated 10 months ago

@stdlib/math-iter-special-atan2 • Rank 3.2 • Science 44%

Create an iterator which computes the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).

Updated 10 months ago

@stdlib/stats-base-dvarmtk • Rank 3.2 • Science 44%

Calculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.

Updated 10 months ago

@stdlib/utils-do-until-each-right • Rank 3.2 • Science 44%

Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Updated 10 months ago

@stdlib/math-strided-special-smskfloor • Rank 3.2 • Science 44%

Round each element in a single-precision floating-point strided array toward negative infinity according to a strided mask array.

Updated 10 months ago

@stdlib/stats-base-snanminabs • Rank 3.2 • Science 44%

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

Updated 10 months ago

@stdlib/math-base-special-roundb • Rank 3.2 • Science 44%

Round a numeric value to the nearest multiple of b^n on a linear scale.

Updated 10 months ago

@stdlib/utils-size-of • Rank 3.2 • Science 44%

Return the size (in bytes) of the canonical binary representation of a specified numeric type.

Updated 10 months ago

@stdlib/math-strided-special-dmskrsqrt • Rank 3.2 • Science 44%

Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 10 months ago

@stdlib/math-base-special-ceilb • Rank 3.2 • Science 44%

Round a numeric value to the nearest multiple of b^n toward positive infinity.

Updated 10 months ago

@stdlib/iter-filter-map • Rank 3.2 • Science 44%

Create an iterator which both filters and maps the values of another iterator.

Updated 10 months ago

@stdlib/random-iter-poisson • Rank 3.2 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Poisson distribution.

Updated 10 months ago

@stdlib/random-iter-invgamma • Rank 3.2 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from an inverse gamma distribution.

Updated 10 months ago

@stdlib/utils-entries-in • Rank 3.2 • Science 44%

Return an array of an object's own and inherited enumerable property key-value pairs.

Updated 10 months ago

@stdlib/random-streams-discrete-uniform • Rank 3.2 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a discrete uniform distribution.

Updated 10 months ago

@stdlib/math-iter-special-log1mexp • Rank 3.2 • Science 44%

Create an iterator which evaluates the natural logarithm of 1-exp(-|x|) for each iterated value.

Updated 10 months ago

@stdlib/math-iter-special-ln • Rank 3.2 • Science 44%

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

Updated 10 months ago

@stdlib/strided-base-quinary • Rank 3.2 • Science 44%

Apply a quinary callback to strided input array elements and assign results to elements in a strided output array.

Updated 10 months ago

@stdlib/random-iter-betaprime • Rank 3.2 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a beta prime distribution.

Updated 10 months ago

@stdlib/math-strided-special-dmskfloor • Rank 3.2 • Science 44%

Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.

Updated 10 months ago

@stdlib/utils-async-try-then • Rank 3.2 • Science 44%

If a function does not return an error, invoke a callback with the function result; otherwise, invoke a second function.

Updated 10 months ago

@stdlib/stats-base-scumin • Rank 3.2 • Science 44%

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

Updated 10 months ago

@stdlib/random-iter-levy • Rank 3.2 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Lévy distribution.

Updated 10 months ago

strided-napi-cmap • Rank 3.2 • Science 44%

C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a single-precision complex floating-point strided input array and assigning results to a single-precision complex floating-point strided output array.

Updated 10 months ago

@stdlib/stats-base-dnanmeanors • Rank 3.2 • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.

Updated 10 months ago

@stdlib/stats-base-snanmskmin • Rank 3.1 • Science 44%

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

Updated 9 months ago

@stdlib/array-base-broadcasted-binary2d • Rank 3.1 • Science 44%

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

Updated 10 months ago

@stdlib/array-same-kind-casts • Rank 3.1 • Science 44%

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

Updated 10 months ago

@stdlib/iter-fill • Rank 3.1 • Science 44%

Create an iterator which replaces all values from a provided iterator from a start index to an end index with a static value.

Updated 10 months ago

@stdlib/math-iter-special-exp2 • Rank 3.1 • Science 44%

Create an iterator which evaluates the base 2 exponential function for each iterated value.

Updated 10 months ago

@stdlib/stats-base-dcumaxabs • Rank 3.1 • Science 44%

Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.

Updated 10 months ago

@stdlib/math-iter-special-factorialln • Rank 3.1 • Science 44%

Create an iterator which evaluates the natural logarithm of the factorial function for each iterated value.

Updated 10 months ago

@stdlib/random-streams-binomial • Rank 3.1 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a binomial distribution.

Updated 10 months ago

@stdlib/math-strided-special-smskramp • Rank 3.1 • Science 44%

Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 10 months ago

@stdlib/iter-unique-by • Rank 3.1 • Science 44%

Create an iterator which returns unique values according to a predicate function.