Reverse order of operations in implies()
authorCesar Strauss <cestrauss@gmail.com>
Wed, 20 Jan 2021 10:29:35 +0000 (07:29 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Wed, 20 Jan 2021 10:34:35 +0000 (07:34 -0300)
commitf6afa5fd17fdea0af2f346e23e0530f5deabe311
tree1856835b09cc69a227f94ae3e492f01064ed6b06
parent0526c09fde3038eb1ec38225fb785bc035963387
Reverse order of operations in implies()

Put the negation last, since it returns a Signal, and then Signal OR
was being called instead of PartitionedSignal OR.
src/ieee754/part/partsig.py