As of 1.0.0, the `__truediv__` and `__floordiv__` operators return `NotImplemented`. Here are some resources for implemented fixed point division: * [Viet's Blog](https://blog.veitheller.de/Fixed_Point_Division.html) * Randy Yate's [Fixed Point Airthmetic: An Introduction](https://github.com/Schweitzer-Engineering-Laboratories/fixedpoint/files/4523598/fp.pdf)
As of 1.0.0, the
__truediv__and__floordiv__operators returnNotImplemented.Here are some resources for implemented fixed point division: