issues
search
francof2a
/
fxpmath
A python library for fractional fixed-point (base 2) arithmetic and binary manipulation with Numpy compatibility.
MIT License
183
stars
21
forks
source link
0.4.8 dev
#63
Closed
francof2a
closed
2 years ago
francof2a
commented
2 years ago
Fix value dtype handling for windows OS and uint as 32 bits.
getitem
method return a Fxp with raw value as view (this solve issue #62).
Add tests for issues #60 and #62.