Compare this to another BigInt
the BigInt value to compare with
include sign in comparison?
if (this<n) return -1, if (this>n) return 1, if both values are identical return 0 [like Perl's <=> operator]
See Implementation
Compare this to another BigInt