Updated 10 months ago

@stdlib/math-strided-special-dmskdeg2rad • Rank 3.4 • Science 44%

Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.

Updated 10 months ago

@stdlib/math-iter-special-floor2 • Rank 3.4 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two toward negative infinity.

Updated 10 months ago

@stdlib/utils-real-min • Rank 3.4 • Science 44%

Return the smallest positive normal value capable of being represented by a numeric real type.

Updated 10 months ago

@stdlib/utils-object-inverse-by • Rank 3.4 • Science 44%

Invert an object, such that keys become values and values become keys, according to a transform function.

Updated 10 months ago

@stdlib/strided-base-binary-addon-dispatch • Rank 3.4 • Science 44%

Dispatch to a native add-on applying a binary function to two input strided arrays.

Updated 10 months ago

@stdlib/time-days-in-year • Rank 3.4 • Science 44%

Determine the number of days in a year according to the Gregorian calendar.

Updated 10 months ago

@stdlib/math-strided-special-sfloor • Rank 3.4 • Science 44%

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

Updated 10 months ago

@stdlib/ndarray-base-zeros-like • Rank 3.4 • Science 44%

Create a zero-filled ndarray having the same shape and data type as a provided ndarray.

Updated 9 months ago

@stdlib/math-strided-special-dfloor • Rank 3.4 • Science 44%

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

Updated 10 months ago

@stdlib/stats-base-dnanmskmax • Rank 3.4 • Science 44%

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

Updated 10 months ago

@stdlib/ndarray-base-bind2vind • Rank 3.3 • Science 44%

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

Updated 10 months ago

@stdlib/math-iter-special-erfc • Rank 3.3 • Science 44%

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

Updated 10 months ago

@stdlib/function-to-string • Rank 3.3 • Science 44%

Return a string representing the source code of a provided function.

Updated 10 months ago

@stdlib/iter-any-by • Rank 3.3 • Science 44%

Test whether at least one iterated value passes a test implemented by a predicate function.

Updated 10 months ago

@stdlib/random-iter-chi • Rank 3.3 • Science 44%

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

Updated 10 months ago

@stdlib/math-base-special-cfloorn • Rank 3.3 • Science 44%

Round a complex number to the nearest multiple of 10^n toward negative infinity.

Updated 10 months ago

@stdlib/utils-async-none-by • Rank 3.3 • Science 44%

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

Updated 10 months ago

@stdlib/math-strided-special-smskabs2 • Rank 3.3 • Science 44%

Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 10 months ago

@stdlib/utils-reverse-arguments • Rank 3.3 • Science 44%

Create a function that invokes a provided function with arguments in reverse order.

Updated 10 months ago

@stdlib/math-strided-special-smsksqrt • Rank 3.3 • Science 44%

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

Updated 10 months ago

@stdlib/stats-base-scuminabs • Rank 3.3 • Science 44%

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

Updated 10 months ago

@stdlib/math-base-special-rcbrt • Rank 3.3 • Science 44%

Compute the reciprocal cube root of a double-precision floating-point number.

Updated 10 months ago

@stdlib/math-strided-special-sabs • Rank 3.3 • Science 44%

Compute the absolute value for each element in a single-precision floating-point strided array.

Updated 10 months ago

@stdlib/math-strided-special-acovercos-by • Rank 3.3 • Science 44%

Compute the inverse coversed cosine of each element retrieved from an input strided array via a callback function.

Updated 10 months ago

@stdlib/ndarray-base-reverse-dimension • Rank 3.3 • Science 44%

Return a view of an input ndarray in which the order of elements along a specified dimension is reversed.

Updated 10 months ago

math-base-special-identityf • Rank 3.3 • Science 44%

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

Updated 10 months ago

@stdlib/time-hours-in-year • Rank 3.3 • Science 44%

Determine the number of hours in a year according to the Gregorian calendar.

Updated 10 months ago

@stdlib/stats-base-snanmskmax • Rank 3.3 • Science 44%

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

Updated 10 months ago

@stdlib/math-strided-special-dmskinv • Rank 3.3 • Science 44%

Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 10 months ago

@stdlib/math-strided-special-dabs • Rank 3.3 • Science 44%

Compute the absolute value for each element in a double-precision floating-point strided array.

Updated 10 months ago

@stdlib/random-iter-logistic • Rank 3.3 • Science 44%

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

Updated 10 months ago

@stdlib/math-strided-special-smskrsqrt • Rank 3.3 • Science 44%

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

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

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/blas-ext-base-dnansumors • Rank 3.3 • Science 44%

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

Updated 10 months ago

@stdlib/utils-map-function • Rank 3.3 • Science 44%

Invoke a function n times and return an array of accumulated function return values.

Updated 10 months ago

@stdlib/stats-base-sdsnanmean • Rank 3.3 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.

Updated 10 months ago

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

Create a readable stream for generating pseudorandom numbers drawn from a Fréchet distribution.