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-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/constants-float32-precision • Rank 6.6 • Science 44%

Effective number of bits in the significand of 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/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-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/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-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/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/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/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

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/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

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

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

Updated 6 months ago

@stdlib/assert-is-float32ndarray-like • Rank 3.3 • Science 44%

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

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

@stdlib/blas-ext-base-ssort2ins • Rank 2.8 • Science 44%

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

Updated 6 months ago

@stdlib/assert-is-complex64ndarray-like • Rank 1.4 • Science 44%

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

Updated 6 months ago

number-float32-base-to-binary-string • Rank 1.1 • Science 44%

Return a string giving the literal bit representation of a single-precision floating-point number.

Updated 6 months ago

blas-ext-base-dsapxsum • Rank 0.7 • Science 44%

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

Updated 6 months ago

number-float32-base-identity • Rank 0.7 • Science 44%

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

Updated 6 months ago

math-base-special-floorf • Rank 0.0 • Science 44%

Round a single-precision floating-point numeric value toward negative infinity.

Updated 6 months ago

stats-strided-snanmeanpn • 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

complex-float32-base-identity • Science 44%

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

Updated 6 months ago

blas-base-wasm-dsdot • Science 26%

Compute the dot product of `x` and `y` with extended accumulation and result.

Updated 6 months ago

@hugoalh/is-string-singleline • Science 44%

An ECMAScript (JavaScript & TypeScript) module to determine whether the string is single line.

Updated 6 months ago

constants-float32-min-base10-exponent • Science 44%

The minimum base 10 exponent for a normal single-precision floating-point number.

Updated 6 months ago

constants-float32-min-base2-exponent • Science 44%

The minimum biased base 2 exponent for a normal single-precision floating-point number.

Updated 6 months ago

number-float32-base-add • Science 44%

Compute the sum of two single-precision floating-point numbers.

Updated 6 months ago

math-base-assert-is-evenf • Science 44%

Test if a finite single-precision floating-point number is an even number.

Updated 6 months ago

stats-strided-dsnanmean • 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-strided-dsnanmeanpn • Science 44%

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

stats-base-sdsnanmeanors • Science 44%

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

Updated 6 months ago

constants-float32-sqrt-pi • Science 44%

Square root of the mathematical constant π as a single-precision floating-point number.

Updated 6 months ago

math-base-assert-is-oddf • Science 44%

Test if a finite single-precision floating-point number is an odd number.

Updated 6 months ago

blas-base-wasm-dsdot • Science 44%

Compute the dot product of `x` and `y` with extended accumulation and result.

Updated 6 months ago

stats-strided-dsnanmeanpn • 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.