Updated 6 months ago

@stdlib/number-float64-base-to-float32 • Rank 20.7 • Science 44%

Convert a double-precision floating-point number to the nearest single-precision floating-point number.

Updated 6 months ago

@stdlib/blas-ext-base-ssumkbn2 • Rank 4.8 • Science 57%

Calculate the sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/stats-base-snanmeanwd • Rank 4.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.

Updated 6 months ago

@stdlib/stats-base-dsmeanpn • Rank 4.2 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.

Updated 6 months ago

@stdlib/blas-ext-base-ssort2hp • Rank 3.7 • Science 57%

Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort.

Updated 6 months ago

@stdlib/stats-base-smeanpn • Rank 3.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.

Updated 6 months ago

@stdlib/stats-base-smeanwd • Rank 3.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

@stdlib/stats-base-dsmeanwd • Rank 3.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.

Updated 6 months ago

@stdlib/stats-base-dsnanmeanpn • Rank 3.6 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.

Updated 6 months ago

@stdlib/stats-base-dsnanmeanwd • Rank 3.4 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.

Updated 6 months ago

@stdlib/blas-ext-base-ssort2sh • Rank 3.4 • Science 57%

Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using Shellsort.

Updated 6 months ago

@stdlib/stats-base-snanmeanpn • Rank 3.3 • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.

Updated 6 months ago

@stdlib/blas-ext-base-snansumkbn2 • Rank 3.0 • Science 57%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.

Updated 6 months ago

@stdlib/number-float32-base-to-word • Rank 11.4 • Science 44%

Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.

Updated 6 months ago

@stdlib/constants-float32-eps • Rank 7.6 • Science 44%

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

Updated 6 months ago

@stdlib/number-float32-base-from-word • Rank 6.5 • Science 44%

Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.

Updated 6 months ago

@stdlib/math-base-special-copysignf • Rank 5.3 • Science 44%

Return a single-precision floating-point number with the magnitude of x and the sign of y.

Updated 6 months ago

@stdlib/blas-ext-base-dssum • Rank 5.3 • Science 44%

Calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.

Updated 6 months ago

@stdlib/strided-base-smap • Rank 5.1 • Science 44%

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

Updated 6 months ago

@stdlib/strided-napi-smskmap • Rank 5.1 • Science 44%

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

Updated 6 months ago

@stdlib/strided-napi-smap • Rank 4.9 • Science 44%

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

Updated 6 months ago

@stdlib/blas-ext-base-ssumors • Rank 4.7 • Science 44%

Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation.

Updated 6 months ago

@stdlib/stats-base-dsmeanors • Rank 4.6 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.

Updated 6 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 6 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 6 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 6 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 6 months ago

@stdlib/math-base-special-flipsignf • Rank 4.3 • Science 44%

Return a single-precision floating-point number with the magnitude of x and the sign of x*y.

Updated 6 months ago

@stdlib/math-strided-special-smskceil • Rank 4.2 • Science 44%

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

Updated 6 months ago

@stdlib/stats-base-snanmeanors • Rank 4.2 • Science 44%

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

Updated 6 months ago

@stdlib/blas-ext-base-dssumors • Rank 4.2 • Science 44%

Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation with extended accumulation and returning an extended precision result.

Updated 6 months ago

@stdlib/strided-base-smskmap • Rank 4.1 • Science 44%

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

Updated 6 months ago

@stdlib/math-base-special-cidentityf • Rank 4.1 • Science 44%

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

Updated 6 months ago

@stdlib/blas-ext-base-snansum • Rank 4.0 • Science 44%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values.

Updated 6 months ago

@stdlib/blas-ext-base-sdsnansum • Rank 4.0 • Science 44%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.

Updated 6 months ago

@stdlib/stats-base-dsnanmeanors • Rank 4.0 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.

Updated 6 months ago

@stdlib/number-float32-base-exponent • Rank 3.9 • Science 44%

Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.

Updated 6 months ago

@stdlib/strided-base-smskmap2 • Rank 3.9 • Science 44%

Apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output array.

Updated 6 months ago

@stdlib/blas-ext-base-dsnansumors • Rank 3.9 • Science 44%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.

Updated 6 months ago

@stdlib/math-strided-special-smsktrunc • Rank 3.8 • Science 44%

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

Updated 6 months ago

@stdlib/blas-ext-base-sapxsum • Rank 3.8 • Science 44%

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

Updated 6 months ago

@stdlib/stats-base-dsnanmean • Rank 3.8 • Science 44%

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

Updated 6 months ago

stats-base-snanmean • Rank 3.7 • Science 44%

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

Updated 6 months ago

@stdlib/assert-is-float32vector-like • Rank 3.7 • Science 44%

Test if a value is a 1-dimensional ndarray-like object containing single-precision floating-point numbers.

Updated 6 months ago

blas-ext-base-sapx • Rank 3.7 • Science 44%

Add a constant to each element in a single-precision floating-point strided array.

Updated 6 months ago

@stdlib/stats-base-smeanors • Rank 3.6 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.

Updated 6 months ago

@stdlib/math-strided-special-smskcbrt • Rank 3.6 • Science 44%

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

Updated 6 months ago

@stdlib/blas-ext-base-dsnannsumors • Rank 3.6 • Science 44%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.

Updated 6 months ago

@stdlib/math-strided-special-smskinv • Rank 3.6 • Science 44%

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

Updated 6 months ago

@stdlib/math-strided-special-ssqrt • Rank 3.5 • Science 44%

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

Updated 6 months ago

@stdlib/assert-is-float32matrix-like • Rank 3.5 • Science 44%

Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.

Updated 6 months ago

@stdlib/blas-ext-base-sdssum • Rank 3.5 • Science 44%

Calculate the sum of single-precision floating-point strided array elements using extended accumulation.

Updated 6 months ago

@stdlib/stats-base-sdsmeanors • Rank 3.5 • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.

Updated 6 months ago

@stdlib/blas-ext-base-dsnansum • Rank 3.4 • Science 44%

Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.

Updated 6 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 6 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 6 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 6 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 6 months ago

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

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