ICI Modules: bignum: compare
Modules by name : by typeSynopsis
int = bignum.compare(bignum, bignum)Description
Compares two bignums and returns an integer, -1, 0, or 1, to indicate if the first argument is, less than, equal to, or greater than, the second argument respectively.