aergo icon indicating copy to clipboard operation
aergo copied to clipboard

bignum.ispositive() + bignum.isnegative()

Open kroggen opened this issue 10 months ago • 2 comments

This PR adds 2 new functions:

  • bignum.ispositive()
  • bignum.isnegative()

The last one is a clone of the bignum.isneg(). Both will exist (for backwards compatibility) but the docs and code completion on the web editor will mention only bignum.isnegative()

kroggen avatar Sep 28 '23 00:09 kroggen