math-float32-signbit
Returns a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
math-float64-signbit
Returns a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
@wtfcode/byte-converter
Convert any value from a bit/byte unit measure to an another bit/byte measure, this package is compliant to IEC standard. EX: you can convert from KiB to kB or to Kib, Use the autoScale function for scale a given value and dataFormat to te best dataFormat
b2f
Convert a series of 8-bit signed integers to 32-bit floats