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

@stdlib/array-min-dtype • Rank 6.8 • Science 44%

Determine the minimum array data type of the closest kind necessary for storing a provided scalar value.

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-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 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/ndarray-min-dtype • Rank 4.0 • Science 44%

Determine the minimum ndarray data type of the closest kind necessary for storing a provided scalar value.

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.