Releases: francof2a/fxpmath
Releases · francof2a/fxpmath
version 0.3.0
- 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
0.2.2 bug fix: fractional part of product
Support 64 bits integers in backend
corrections to support (huge) 64 bits integer values.