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

@stdlib/math-base-special-ldexp • Rank 15.3 • Science 44%

Multiply a double-precision floating-point number by an integer power of two.

Updated 4 months ago

@stdlib/math-base-special-copysign • Rank 14.9 • Science 44%

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

Updated 4 months ago

@stdlib/number-float64-base-to-words • Rank 14.3 • Science 44%

Split a double-precision floating-point number into a higher order word and a lower order word.

Updated 4 months ago

@stdlib/number-float64-base-exponent • Rank 14.2 • Science 44%

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

Updated 4 months ago

@stdlib/number-float64-base-get-high-word • Rank 14.2 • Science 44%

Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.

Updated 4 months ago

@stdlib/number-float64-base-from-words • Rank 14.2 • Science 44%

Create a double-precision floating-point number from a higher order word and a lower order word.

Updated 4 months ago

@stdlib/number-float64-base-get-low-word • Rank 12.7 • Science 44%

Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.

Updated 4 months ago

@stdlib/constants-float64-eps • Rank 11.7 • Science 44%

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

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

@stdlib/number-float64-base-signbit • Rank 6.9 • Science 44%

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

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

@stdlib/math-base-special-frexp • Rank 6.1 • Science 44%

Split a double-precision floating-point number into a normalized fraction and an integer power of two.

Updated 4 months ago

@stdlib/napi-argv-strided-complex64array • Rank 5.5 • Science 44%

Convert a Node-API value representing a strided array to a single-precision complex floating-point array.

Updated 4 months ago

@stdlib/number-float64-base-to-binary-string • Rank 5.5 • Science 44%

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

Updated 4 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 4 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 4 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 4 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 4 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 4 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 4 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 4 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 4 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 4 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.