Skip to content

Two bug fixes: hex input val, signed function fix

Choose a tag to compare

@kiabuzz kiabuzz released this 19 Jan 19:13
· 3 commits to main since this release
70d0b82
  1. In the text file mode, it accepts a text file that contains hexadecimal values (instead of integers). I made this change because it would be confusing to ask users to convert their floating point values into fixed-point then into integers and then into unsigned integers. Now, they can provide hexadecimal values (refer to example.txt in the attached file).

  2. In the function mode, it implements signed functions without changing the original equation. The tool prints out the input and output format as well.