Skip to content

Releases: francof2a/fxpmath

version 0.3.0

12 May 20:12
Compare
Choose a tag to compare
version 0.3.0 Pre-release
Pre-release
  • support logical (bitwise) operators.
  • binary shifting.
  • value/s sclaing (scale and offset).
  • comparison support.
  • inaccuracy status flag to inform that the value stored is not equal to input value.
  • info() method now have verbosity to display more information.
  • reset() method to reset status flags.
  • set_val() now also supports raw value input.
  • pow operator.
  • inplace operators support.
  • some bugs fixed (of course).

Fix product fractional part size

05 May 13:17
Compare
Choose a tag to compare
Pre-release
0.2.2

bug fix: fractional part of product

Support 64 bits integers in backend

29 Apr 19:09
Compare
Choose a tag to compare
Pre-release

corrections to support (huge) 64 bits integer values.