@stdlib/math-base-special-copysign(latest: 0.2.1) Return a double-precision floating-point number with the magnitude of x and the sign of y.
@stdlib/math-base-special-ldexp(latest: 0.2.2) Multiply a double-precision floating-point number by an integer power of two.
@stdlib/number-float64-base-get-high-word(latest: 0.2.1) Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
@stdlib/number-float64-base-exponent(latest: 0.2.1) Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
@stdlib/number-float32-base-to-word(latest: 0.2.1) Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
@stdlib/string-replace(latest: 0.2.2) Replace search occurrences with a replacement string.
@stdlib/number-float64-base-to-float32(latest: 0.2.2) Convert a double-precision floating-point number to the nearest single-precision floating-point number.