Updated 6 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 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-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-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/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/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-base-special-flipsign • Rank 4.0 • Science 44%

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

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

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

constants-float64-num-high-word-significand-bits • Science 44%

Number of significand bits in the high word of a double-precision floating-point number.