@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/complex-float64-reim(latest: 0.1.4) Return the real and imaginary components of a double-precision complex floating-point number.
@stdlib/number-float16-base-to-float64(latest: 0.1.2) Convert a half-precision floating-point number to the nearest double-precision floating-point number.
@stdlib/number-float64-base-to-float16(latest: 0.1.2) Convert a double-precision floating-point number to the nearest half-precision floating-point number.
@stdlib/string-replace(latest: 0.2.3) Replace search occurrences with a replacement string.
@stdlib/number-float64-base-to-float32(latest: 0.2.3) Convert a double-precision floating-point number to the nearest single-precision floating-point number.
@stdlib/number-float16-base-to-float32(latest: 0.1.2) Convert a half-precision floating-point number to the nearest single-precision floating-point number.
@stdlib/symbol-to-primitive(latest: 0.1.2) Symbol which specifies a method for converting an object to a primitive value.
@stdlib/constants-float16-eps(latest: 0.2.3) Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.
@stdlib/constants-float64-eps(latest: 0.2.3) Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.
@stdlib/number-float32-base-to-float16(latest: 0.1.1) Convert a single-precision floating-point number to the nearest half-precision floating-point number.
@stdlib/number-float64-base-to-words(latest: 0.2.3) Split a double-precision floating-point number into a higher order word and a lower order word.
@stdlib/constants-float32-eps(latest: 0.2.3) Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.
@stdlib/number-float32-base-exponent(latest: 0.2.4) Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.
@stdlib/number-float32-base-to-word(latest: 0.2.3) Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.