Updated 10 months ago

@stdlib/math-strided-special-acoth-by • Rank 4.4 • Science 44%

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

Updated 10 months ago

@stdlib/math-strided-special-dmskcbrt • Rank 4.4 • Science 44%

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

Updated 10 months ago

@stdlib/number-float32-base-signbit • Rank 4.4 • Science 44%

Return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).

Updated 10 months ago

@stdlib/time-iso-weeks-in-year • Rank 4.4 • Science 44%

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

Updated 10 months ago

@stdlib/strided-base-unary-addon-dispatch • Rank 4.4 • Science 44%

Dispatch to a native add-on applying a unary function to an input strided array.

Updated 10 months ago

@stdlib/constants-float16-eps • Rank 4.4 • Science 44%

Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.

Updated 10 months ago

@stdlib/blas-ext-base-sfill • Rank 4.4 • Science 44%

Fill a single-precision floating-point strided array with a specified scalar constant.

Updated 10 months ago

@stdlib/utils-filter-arguments • Rank 4.4 • Science 44%

Create a function that invokes a provided function according to a predicate function.

Updated 10 months ago

@stdlib/datasets-cdc-nchs-us-births-1994-2003 • Rank 4.4 • Science 44%

US birth data from 1994 to 2003, as provided by the Center for Disease Control and Prevention's National Center for Health Statistics.

Updated 10 months ago

@stdlib/math-base-special-ceil10 • Rank 4.4 • Science 44%

Round a numeric value to the nearest power of 10 toward positive infinity.

Updated 10 months ago

@stdlib/ndarray-base-min-view-buffer-index • Rank 4.4 • Science 44%

Compute the minimum linear index in an underlying data buffer accessible to an array view.

Updated 10 months ago

@stdlib/array-base-mskfilter • Rank 4.3 • Science 44%

Return a new array by applying a mask to a provided input array.

Updated 10 months ago

@stdlib/assert-is-constantcase • Rank 4.3 • Science 44%

Test if a value is a constant-case string.

Updated 10 months ago

@stdlib/complex-base-wrap-function • Rank 4.3 • Science 44%

Wrap a function accepting complex number arguments to support providing both real and complex numbers.

Updated 9 months ago

@stdlib/blas-ext-base-sdsapxsum • Rank 4.3 • Science 44%

Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation.

Updated 10 months ago

@stdlib/datasets-cdc-nchs-us-births-1969-1988 • Rank 4.3 • Science 44%

US birth data from 1969 to 1988, as provided by the Center for Disease Control and Prevention's National Center for Health Statistics.

Updated 10 months ago

@stdlib/math-strided-special-acosh-by • Rank 4.3 • Science 44%

Compute the hyperbolic arccosine of each element retrieved from an input strided array via a callback function.

Updated 10 months ago

@stdlib/stats-base-dnanmean • Rank 4.3 • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.

Updated 10 months ago

@stdlib/iter-slice • Rank 4.3 • Science 44%

Create an iterator which returns a subsequence of iterated values from a provided iterator.