Updated 10 months ago

@stdlib/number-float64-base-to-uint32 • Rank 4.5 • Science 44%

Convert a double-precision floating-point number to an unsigned 32-bit integer.

Updated 10 months ago

@stdlib/strided-napi-dmap • Rank 4.5 • Science 44%

C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array and assigning results to elements in a double-precision floating-point strided output array.

Updated 10 months ago

@stdlib/datasets-cdc-nchs-us-infant-mortality-bw-1915-2013 • Rank 4.5 • Science 44%

US infant mortality data, by race, from 1915 to 2013, as provided by the Center for Disease Control and Prevention's National Center for Health Statistics.

Updated 10 months ago

@stdlib/utils-keys-in • Rank 4.5 • Science 44%

Return an array of an object's own and inherited enumerable property names.

Updated 10 months ago

@stdlib/iter-for-each • Rank 4.5 • Science 44%

Create an iterator which invokes a function for each iterated value before returning the iterated value.

Updated 9 months ago

@stdlib/blas-ext-base-dnanasumors • Rank 4.5 • Science 44%

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

Updated 10 months ago

@stdlib/error-tools-id2msg • Rank 4.5 • Science 44%

Return an error message corresponding to a provided two-character error identifier.

Updated 10 months ago

@stdlib/strided-base-dmap • Rank 4.5 • Science 44%

Apply a unary function accepting and returning double-precision floating-point numbers to each element in a double-precision floating-point strided input array and assign each result to an element in a double-precision floating-point strided output array.

Updated 10 months ago

@stdlib/math-strided-special-sabs2 • Rank 4.5 • Science 44%

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

Updated 10 months ago

@stdlib/utils-try-catch • Rank 4.4 • Science 44%

If a function does not throw, return the function return value; otherwise, return `y`.

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/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/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/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/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/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/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/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/utils-filter-arguments • Rank 4.4 • Science 44%

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