edgedb-rust icon indicating copy to clipboard operation
edgedb-rust copied to clipboard

Alternative exposure of BigNum internals

Open CodesInChaos opened this issue 1 year ago • 2 comments

CodesInChaos avatar Aug 30 '24 07:08 CodesInChaos

If there is a negative zero (i.e. negative = true but all digits being zero), then a wire_negative function should be added instead, and is_negative should return false for negative zero.

CodesInChaos avatar Aug 30 '24 08:08 CodesInChaos

I've explained why I think PR is not necessary in #271

aljazerzen avatar Aug 30 '24 15:08 aljazerzen