pysigmoid
pysigmoid copied to clipboard
Drop-in replacement for IEEE Float
I want to see the bits format of Posit as well as float.
`pip3` fails to install PySigmoid, citing the `PySigmoid/Math` directory not existing. Fails on Python 3.7.4, Debian GNU/Linux 9 (stretch) with pip 19.0.3, and on Python 3.6.8, Ubuntu 18.04.3 LTS with...
When setting the **posit environment (8,0)**, there is a small interval (0, (1/(64^2)+1/64)/2) where the posits take a rounding value greater than 0, which is not consistent with the Posit...
According to the Posit notebook, is the posit environment which supports the following fused operations, not the quires. However, some of the fused operations from posits would recall any of...
The names of the variables (`a`, `b`) should match with the ones at the function headers (`p1`, `p2`). https://github.com/mightymercado/PySigmoid/blob/f77b8e2a57c7bb758f689837770a096505280532/PySigmoid/Quire.py#L43-L53