math/big: Mention sign inversion in the (*Int).Not documentation #29949
Labels
Documentation
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
I would expect that this:
prints
-1
, but actually it prints1
. The(*Int).Not
documentation simply says:I think that it's not obvious from this sentence that the sign is inverted.
The text was updated successfully, but these errors were encountered: