Skip to content

v0.2.4

Compare
Choose a tag to compare
@richard-viney richard-viney released this 22 Jun 07:37
· 13 commits to main since this release
  • Add support for 16-bit float serialisation and deserialisation. The new functions are:
    • ieee_float.to_bytes_16_le()
    • ieee_float.from_bytes_16_le()
    • ieee_float.to_bytes_16_be()
    • ieee_float.from_bytes_16_be()
  • Fix error handling in ieee_float.from_bytes_* functions on JavaScript when called with the incorrect number of bytes.